Shades of Saffron #FFC02E
Tints of Saffron #FFC02E
RGB
CMYK
RGB Variations
Color information
#FFC02E (or 0xFFC02E) is known color: 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
| RGB | 255 | 192 | 46 | - |
| CMYK | 0 | 0.25 | 0.82 | 0 |
| HSL | 41.91º | 1% | 0.59% | - |
| HSV(B) | 41.91º | 0.82% | 1% | - |
| XYZ | 60.58 | 59.16 | 10.81 | - |
| YUV | 194.19 | 44.37 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 46 | 0 | 0.25 | 0.82 | 0 | 41.91 | 1 | 0.59 |
| Hex | FF | C0 | 2E | 0 | 19 | 52 | 0 | 2A | 64 | 3B |
| Octal | 377 | 300 | 56 | 0 | 31 | 122 | 0 | 52 | 144 | 73 |
| Binary | 11111111 | 11000000 | 101110 | 0 | 11001 | 1010010 | 0 | 101010 | 1100100 | 111011 |
Color Harmonies of #FFC02E
Complementary color
Monochromatic Colors of #FFC02E
Black with #FFC02E
Text Example
Text Example
White with #FFC02E
Text Example
Text Example
HTML Codes & Css Web 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>