#F8C03B

Color #F8C03B Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #F8C03B

Tints of Saffron #F8C03B

Color information

#F8C03B (or 0xF8C03B) is unknown color: approx Saffron. HEX triplet: F8, C0 and 3B. RGB value is (248,192,59). Sum of RGB (Red+Green+Blue) = 248+192+59=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C03B is #073FC4. Grayscale: #C2C2C2. Windows color (decimal): -475077 or 3916024. OLE color: 3916024.

HSL color Cylindrical-coordinate representation of color #F8C03B: hue angle of 42.22º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8C03B is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB24819259-
CMYK00.230.760.03
HSL42.22º93.1%60.2%-
HSV(B)42.22º76.21%97.25%-
XYZ58.3557.9712.25-
YUV193.5852.05166.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 49.70%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 59 (23.44% from 255) = 11.82%
R=49.70%
G=38.48%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481925900.230.760.0342.2293.160.2
HexF8C03B0174C32a5d3c
Octal3703007302711435213574
Binary11111000110000001110110101111001100111010101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C03B; }

 p { color: rgb(248,192,59); }

 H1.HeaderClassName
 {
   color: #F8C03B;
 }
 .AnyTagClassName
 {
   color: #F8C03B;
 }
</style>
background-color css

<style>
 a { background-color: #F8C03B; }

 a { background-color: rgb(248,192,59); }

 div.DivClassName
 {
   background-color: #F8C03B;
 }
 .BgClassName
 {
   background-color: #F8C03B;
 }
</style>
border-color css

<style>
 span { border-color: #F8C03B; }

 span { border-color: rgb(248,192,59); }

 td.TdClassName
 {
   border-color: #F8C03B;
 }
 .TagClassName
 {
   border-color: #F8C03B;
 }
</style>