Shades of Saffron #FCC234
Tints of Saffron #FCC234
RGB
CMYK
RGB Variations
Color information
#FCC234 (or 0xFCC234) is known color: Saffron. HEX triplet: FC, C2 and 34. RGB value is (252,194,52). Sum of RGB (Red+Green+Blue) = 252+194+52=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC234 is #033DCB. Grayscale: #C3C3C3. Windows color (decimal): -212428 or 3457788. OLE color: 3457788.
HSL color Cylindrical-coordinate representation of color #FCC234: hue angle of 42.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCC234 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 52 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.01 |
| HSL | 42.6º | 0.97% | 0.6% | - |
| HSV(B) | 42.6º | 0.79% | 0.99% | - |
| XYZ | 60.06 | 59.53 | 11.57 | - |
| YUV | 195.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 52 | 0 | 0.23 | 0.79 | 0.01 | 42.6 | 0.97 | 0.6 |
| Hex | FC | C2 | 34 | 0 | 17 | 4F | 1 | 2B | 61 | 3C |
| Octal | 374 | 302 | 64 | 0 | 27 | 117 | 1 | 53 | 141 | 74 |
| Binary | 11111100 | 11000010 | 110100 | 0 | 10111 | 1001111 | 1 | 101011 | 1100001 | 111100 |
Color Harmonies of #FCC234
Complementary color
Monochromatic Colors of #FCC234
Black with #FCC234
Text Example
Text Example
White with #FCC234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC234; }
p { color: rgb(252,194,52); }
H1.HeaderClassName
{
color: #FCC234;
}
.AnyTagClassName
{
color: #FCC234;
}
</style>
background-color css
<style>
a { background-color: #FCC234; }
a { background-color: rgb(252,194,52); }
div.DivClassName
{
background-color: #FCC234;
}
.BgClassName
{
background-color: #FCC234;
}
</style>
border-color css
<style>
span { border-color: #FCC234; }
span { border-color: rgb(252,194,52); }
td.TdClassName
{
border-color: #FCC234;
}
.TagClassName
{
border-color: #FCC234;
}
</style>