Shades of Saffron #FFC02D
Tints of Saffron #FFC02D
RGB
CMYK
RGB Variations
Color information
#FFC02D (or 0xFFC02D) is known color: Saffron. HEX triplet: FF, C0 and 2D. RGB value is (255,192,45). Sum of RGB (Red+Green+Blue) = 255+192+45=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC02D is #003FD2. Grayscale: #C2C2C2. Windows color (decimal): -16339 or 2998527. OLE color: 2998527.
HSL color Cylindrical-coordinate representation of color #FFC02D: hue angle of 42º 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 #FFC02D is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 45 | - |
| CMYK | 0 | 0.25 | 0.82 | 0 |
| HSL | 42º | 1% | 0.59% | - |
| HSV(B) | 42º | 0.82% | 1% | - |
| XYZ | 60.56 | 59.15 | 10.71 | - |
| YUV | 194.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 45 | 0 | 0.25 | 0.82 | 0 | 42 | 1 | 0.59 |
| Hex | FF | C0 | 2D | 0 | 19 | 52 | 0 | 2A | 64 | 3B |
| Octal | 377 | 300 | 55 | 0 | 31 | 122 | 0 | 52 | 144 | 73 |
| Binary | 11111111 | 11000000 | 101101 | 0 | 11001 | 1010010 | 0 | 101010 | 1100100 | 111011 |
Color Harmonies of #FFC02D
Complementary color
Monochromatic Colors of #FFC02D
Black with #FFC02D
Text Example
Text Example
White with #FFC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC02D; }
p { color: rgb(255,192,45); }
H1.HeaderClassName
{
color: #FFC02D;
}
.AnyTagClassName
{
color: #FFC02D;
}
</style>
background-color css
<style>
a { background-color: #FFC02D; }
a { background-color: rgb(255,192,45); }
div.DivClassName
{
background-color: #FFC02D;
}
.BgClassName
{
background-color: #FFC02D;
}
</style>
border-color css
<style>
span { border-color: #FFC02D; }
span { border-color: rgb(255,192,45); }
td.TdClassName
{
border-color: #FFC02D;
}
.TagClassName
{
border-color: #FFC02D;
}
</style>