Shades of Saffron #FFC02A
Tints of Saffron #FFC02A
RGB
CMYK
RGB Variations
Color information
#FFC02A (or 0xFFC02A) is known color: Saffron. HEX triplet: FF, C0 and 2A. RGB value is (255,192,42). Sum of RGB (Red+Green+Blue) = 255+192+42=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC02A is #003FD5. Grayscale: #C2C2C2. Windows color (decimal): -16342 or 2801919. OLE color: 2801919.
HSL color Cylindrical-coordinate representation of color #FFC02A: hue angle of 42.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFC02A is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 42 | - |
| CMYK | 0 | 0.25 | 0.84 | 0 |
| HSL | 42.25º | 1% | 0.58% | - |
| HSV(B) | 42.25º | 0.84% | 1% | - |
| XYZ | 60.51 | 59.13 | 10.41 | - |
| YUV | 193.74 | 42.37 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 42 | 0 | 0.25 | 0.84 | 0 | 42.25 | 1 | 0.58 |
| Hex | FF | C0 | 2A | 0 | 19 | 54 | 0 | 2A | 64 | 3A |
| Octal | 377 | 300 | 52 | 0 | 31 | 124 | 0 | 52 | 144 | 72 |
| Binary | 11111111 | 11000000 | 101010 | 0 | 11001 | 1010100 | 0 | 101010 | 1100100 | 111010 |
Color Harmonies of #FFC02A
Complementary color
Monochromatic Colors of #FFC02A
Black with #FFC02A
Text Example
Text Example
White with #FFC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC02A; }
p { color: rgb(255,192,42); }
H1.HeaderClassName
{
color: #FFC02A;
}
.AnyTagClassName
{
color: #FFC02A;
}
</style>
background-color css
<style>
a { background-color: #FFC02A; }
a { background-color: rgb(255,192,42); }
div.DivClassName
{
background-color: #FFC02A;
}
.BgClassName
{
background-color: #FFC02A;
}
</style>
border-color css
<style>
span { border-color: #FFC02A; }
span { border-color: rgb(255,192,42); }
td.TdClassName
{
border-color: #FFC02A;
}
.TagClassName
{
border-color: #FFC02A;
}
</style>