color codes Logo

#f8b93c color codes

#F8B93C
(248,185,60)
0 Favorites   0 Comments

Color spaces of #f8b93c

RGB 24818560
HSL0.110.930.60
HSV40°76°97°
CMYK 0.000.250.76   0.03
XYZ56.876054.980611.8896
Yxy54.98060.45960.4443
Hunter Lab74.14897.158042.3972
CIE-Lab79.030111.728468.2506

#f8b93c color RGB value is (248,185,60).

#f8b93c hex color red value is 248, green value is 185 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #f8b93c hue: 0.11 , saturation: 0.93 and the lightness value of f8b93c is 0.60.

The process color (four color CMYK) of #f8b93c color code is 0.00, 0.25, 0.76, 0.03. Web safe color of #f8b93c is #ffcc33. Color #f8b93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111001 00111100
Octal 370 271 74
Decimal 248 185 60
Hex F8 B9 3C

RGB Percentages of Color #f8b93c

%50.30
%37.53
%12.17

CMYK Percentages of Color #f8b93c

%0
%25
%76
%3

Triadic Colors of #f8b93c

#f8b93c #3cf8b9 #b93cf8

Analogous Colors of #f8b93c

#f8b93c #d9f83c #f85b3c

Monochromatic Colors of #f8b93c

#f8b93c

Complementary Color

#f8b93c #3c7bf8

#f8b93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8b93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8b93c Color CSS Codes

.mybgcolor {background-color:#f8b93c; } 
.myforecolor {color:#f8b93c; }
.mybordercolor {border:3px solid #f8b93c; }

#f8b93c Text Font Color

<p style="color:#f8b93c">Text here</p>

This sample text font color is #f8b93c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f8b93c Background Color

<div style="background-color:#f8b93c">
Div content here</div>

This div background color is #f8b93c


#f8b93c Border Color

<div style="border:3px solid #f8b93c">
Div here</div>

This div border color is #f8b93c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,185,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8b93c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8b93c;
  -webkit-box-shadow: 1px 1px 3px 2px #f8b93c;
  box-shadow:         1px 1px 3px 2px #f8b93c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,185,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f8b93c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f8b93c;
  -webkit-box-shadow: 1px 1px 3px 2px #f8b93c;
  box-shadow:         1px 1px 3px 2px #f8b93c;">
Div content here</div>

This div box has shadow with color #f8b93c


Comments

No comments written yet.

Please login to write comment.