Shades of Saffron #FCC52B
Tints of Saffron #FCC52B
RGB
CMYK
RGB Variations
Color information
#FCC52B (or 0xFCC52B) is known color: Saffron. HEX triplet: FC, C5 and 2B. RGB value is (252,197,43). Sum of RGB (Red+Green+Blue) = 252+197+43=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC52B is #033AD4. Grayscale: #C4C4C4. Windows color (decimal): -211669 or 2868732. OLE color: 2868732.
HSL color Cylindrical-coordinate representation of color #FCC52B: hue angle of 44.21º 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 #FCC52B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 43 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.01 |
| HSL | 44.21º | 0.97% | 0.58% | - |
| HSV(B) | 44.21º | 0.83% | 0.99% | - |
| XYZ | 60.55 | 60.8 | 10.83 | - |
| YUV | 195.89 | 41.72 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 43 | 0 | 0.22 | 0.83 | 0.01 | 44.21 | 0.97 | 0.58 |
| Hex | FC | C5 | 2B | 0 | 16 | 53 | 1 | 2C | 61 | 3A |
| Octal | 374 | 305 | 53 | 0 | 26 | 123 | 1 | 54 | 141 | 72 |
| Binary | 11111100 | 11000101 | 101011 | 0 | 10110 | 1010011 | 1 | 101100 | 1100001 | 111010 |
Color Harmonies of #FCC52B
Complementary color
Monochromatic Colors of #FCC52B
Black with #FCC52B
Text Example
Text Example
White with #FCC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC52B; }
p { color: rgb(252,197,43); }
H1.HeaderClassName
{
color: #FCC52B;
}
.AnyTagClassName
{
color: #FCC52B;
}
</style>
background-color css
<style>
a { background-color: #FCC52B; }
a { background-color: rgb(252,197,43); }
div.DivClassName
{
background-color: #FCC52B;
}
.BgClassName
{
background-color: #FCC52B;
}
</style>
border-color css
<style>
span { border-color: #FCC52B; }
span { border-color: rgb(252,197,43); }
td.TdClassName
{
border-color: #FCC52B;
}
.TagClassName
{
border-color: #FCC52B;
}
</style>