#F8C42D

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

Shades of Saffron #F8C42D

Tints of Saffron #F8C42D

Color information

#F8C42D (or 0xF8C42D) is unknown color: approx Saffron. HEX triplet: F8, C4 and 2D. RGB value is (248,196,45). Sum of RGB (Red+Green+Blue) = 248+196+45=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C42D is #073BD2. Grayscale: #C2C2C2. Windows color (decimal): -474067 or 2999544. OLE color: 2999544.

HSL color Cylindrical-coordinate representation of color #F8C42D: hue angle of 44.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8C42D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB24819645-
CMYK00.210.820.03
HSL44.63º93.55%57.45%-
HSV(B)44.63º81.85%97.25%-
XYZ58.9259.6310.89-
YUV194.3343.73166.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.72%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 45 (17.97% from 255) = 9.20%
R=50.72%
G=40.08%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481964500.210.820.0344.6393.5557.45
HexF8C42D0155232d5e39
Octal3703045502512235513671
Binary11111000110001001011010101011010010111011011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C42D; }

 p { color: rgb(248,196,45); }

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

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

 a { background-color: rgb(248,196,45); }

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

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

 span { border-color: rgb(248,196,45); }

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