#FFC02C

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

Shades of Saffron #FFC02C

Tints of Saffron #FFC02C

Color information

#FFC02C (or 0xFFC02C) is unknown color: approx Saffron. HEX triplet: FF, C0 and 2C. RGB value is (255,192,44). Sum of RGB (Red+Green+Blue) = 255+192+44=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC02C is #003FD3. Grayscale: #C2C2C2. Windows color (decimal): -16340 or 2932991. OLE color: 2932991.

HSL color Cylindrical-coordinate representation of color #FFC02C: hue angle of 42.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFC02C is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB25519244-
CMYK00.250.830
HSL42.09º100%58.63%-
HSV(B)42.09º82.75%100%-
XYZ60.5459.1410.61-
YUV193.9643.37171.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 44 (17.58% from 255) = 8.96%
R=51.93%
G=39.10%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551924400.250.83042.0910058.63
HexFFC02C0195302a643b
Octal3773005403112305214473
Binary1111111111000000101100011001101001101010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC02C; }

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

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

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

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

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

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

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

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