Shades of Saffron #FFC22C
Tints of Saffron #FFC22C
RGB
CMYK
RGB Variations
Color information
#FFC22C (or 0xFFC22C) is known color: Saffron. HEX triplet: FF, C2 and 2C. RGB value is (255,194,44). Sum of RGB (Red+Green+Blue) = 255+194+44=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC22C is #003DD3. Grayscale: #C3C3C3. Windows color (decimal): -15828 or 2933503. OLE color: 2933503.
HSL color Cylindrical-coordinate representation of color #FFC22C: hue angle of 42.65º 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 #FFC22C is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 44 | - |
| CMYK | 0 | 0.24 | 0.83 | 0 |
| HSL | 42.65º | 1% | 0.59% | - |
| HSV(B) | 42.65º | 0.83% | 1% | - |
| XYZ | 60.99 | 60.03 | 10.75 | - |
| YUV | 195.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 44 | 0 | 0.24 | 0.83 | 0 | 42.65 | 1 | 0.59 |
| Hex | FF | C2 | 2C | 0 | 18 | 53 | 0 | 2B | 64 | 3B |
| Octal | 377 | 302 | 54 | 0 | 30 | 123 | 0 | 53 | 144 | 73 |
| Binary | 11111111 | 11000010 | 101100 | 0 | 11000 | 1010011 | 0 | 101011 | 1100100 | 111011 |
Color Harmonies of #FFC22C
Complementary color
Monochromatic Colors of #FFC22C
Black with #FFC22C
Text Example
Text Example
White with #FFC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC22C; }
p { color: rgb(255,194,44); }
H1.HeaderClassName
{
color: #FFC22C;
}
.AnyTagClassName
{
color: #FFC22C;
}
</style>
background-color css
<style>
a { background-color: #FFC22C; }
a { background-color: rgb(255,194,44); }
div.DivClassName
{
background-color: #FFC22C;
}
.BgClassName
{
background-color: #FFC22C;
}
</style>
border-color css
<style>
span { border-color: #FFC22C; }
span { border-color: rgb(255,194,44); }
td.TdClassName
{
border-color: #FFC22C;
}
.TagClassName
{
border-color: #FFC22C;
}
</style>