#F9C02C

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

Shades of Saffron #F9C02C

Tints of Saffron #F9C02C

Color information

#F9C02C (or 0xF9C02C) is unknown color: approx Saffron. HEX triplet: F9, C0 and 2C. RGB value is (249,192,44). Sum of RGB (Red+Green+Blue) = 249+192+44=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C02C is #063FD3. Grayscale: #C0C0C0. Windows color (decimal): -409556 or 2932985. OLE color: 2932985.

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

Color convert

RGB24919244-
CMYK00.230.820.02
HSL43.32º94.47%57.45%-
HSV(B)43.32º82.33%97.65%-
XYZ58.3758.0210.51-
YUV192.1744.38168.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.34%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 44 (17.58% from 255) = 9.07%
R=51.34%
G=39.59%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491924400.230.820.0243.3294.4757.45
HexF9C02C0175222b5e39
Octal3713005402712225313671
Binary11111001110000001011000101111010010101010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C02C; }

 p { color: rgb(249,192,44); }

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

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

 a { background-color: rgb(249,192,44); }

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

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

 span { border-color: rgb(249,192,44); }

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