#FFC02E

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

Shades of Saffron #FFC02E

Tints of Saffron #FFC02E

Color information

#FFC02E (or 0xFFC02E) is unknown color: approx Saffron. HEX triplet: FF, C0 and 2E. RGB value is (255,192,46). Sum of RGB (Red+Green+Blue) = 255+192+46=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC02E is #003FD1. Grayscale: #C2C2C2. Windows color (decimal): -16338 or 3064063. OLE color: 3064063.

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

Color convert

RGB25519246-
CMYK00.250.820
HSL41.91º100%59.02%-
HSV(B)41.91º81.96%100%-
XYZ60.5859.1610.81-
YUV194.1944.37171.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 46 (18.36% from 255) = 9.33%
R=51.72%
G=38.95%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551924600.250.82041.9110059.02
HexFFC02E0195202a643b
Octal3773005603112205214473
Binary1111111111000000101110011001101001001010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC02E; }

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

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

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

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

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

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

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

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