Shades of Saffron #FCC22B
Tints of Saffron #FCC22B
RGB
CMYK
RGB Variations
Color information
#FCC22B (or 0xFCC22B) is known color: Saffron. HEX triplet: FC, C2 and 2B. RGB value is (252,194,43). Sum of RGB (Red+Green+Blue) = 252+194+43=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC22B is #033DD4. Grayscale: #C2C2C2. Windows color (decimal): -212437 or 2867964. OLE color: 2867964.
HSL color Cylindrical-coordinate representation of color #FCC22B: hue angle of 43.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCC22B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 43 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.01 |
| HSL | 43.35º | 0.97% | 0.58% | - |
| HSV(B) | 43.35º | 0.83% | 0.99% | - |
| XYZ | 59.87 | 59.45 | 10.61 | - |
| YUV | 194.13 | 42.72 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 43 | 0 | 0.23 | 0.83 | 0.01 | 43.35 | 0.97 | 0.58 |
| Hex | FC | C2 | 2B | 0 | 17 | 53 | 1 | 2B | 61 | 3A |
| Octal | 374 | 302 | 53 | 0 | 27 | 123 | 1 | 53 | 141 | 72 |
| Binary | 11111100 | 11000010 | 101011 | 0 | 10111 | 1010011 | 1 | 101011 | 1100001 | 111010 |
Color Harmonies of #FCC22B
Complementary color
Monochromatic Colors of #FCC22B
Black with #FCC22B
Text Example
Text Example
White with #FCC22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC22B; }
p { color: rgb(252,194,43); }
H1.HeaderClassName
{
color: #FCC22B;
}
.AnyTagClassName
{
color: #FCC22B;
}
</style>
background-color css
<style>
a { background-color: #FCC22B; }
a { background-color: rgb(252,194,43); }
div.DivClassName
{
background-color: #FCC22B;
}
.BgClassName
{
background-color: #FCC22B;
}
</style>
border-color css
<style>
span { border-color: #FCC22B; }
span { border-color: rgb(252,194,43); }
td.TdClassName
{
border-color: #FCC22B;
}
.TagClassName
{
border-color: #FCC22B;
}
</style>