Shades of Saffron #FCC130
Tints of Saffron #FCC130
RGB
CMYK
RGB Variations
Color information
#FCC130 (or 0xFCC130) is known color: Saffron. HEX triplet: FC, C1 and 30. RGB value is (252,193,48). Sum of RGB (Red+Green+Blue) = 252+193+48=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC130 is #033ECF. Grayscale: #C2C2C2. Windows color (decimal): -212688 or 3195388. OLE color: 3195388.
HSL color Cylindrical-coordinate representation of color #FCC130: hue angle of 42.65º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCC130 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 48 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.01 |
| HSL | 42.65º | 0.97% | 0.59% | - |
| HSV(B) | 42.65º | 0.81% | 0.99% | - |
| XYZ | 59.75 | 59.05 | 11.04 | - |
| YUV | 194.11 | 45.55 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 48 | 0 | 0.23 | 0.81 | 0.01 | 42.65 | 0.97 | 0.59 |
| Hex | FC | C1 | 30 | 0 | 17 | 51 | 1 | 2B | 61 | 3B |
| Octal | 374 | 301 | 60 | 0 | 27 | 121 | 1 | 53 | 141 | 73 |
| Binary | 11111100 | 11000001 | 110000 | 0 | 10111 | 1010001 | 1 | 101011 | 1100001 | 111011 |
Color Harmonies of #FCC130
Complementary color
Monochromatic Colors of #FCC130
Black with #FCC130
Text Example
Text Example
White with #FCC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC130; }
p { color: rgb(252,193,48); }
H1.HeaderClassName
{
color: #FCC130;
}
.AnyTagClassName
{
color: #FCC130;
}
</style>
background-color css
<style>
a { background-color: #FCC130; }
a { background-color: rgb(252,193,48); }
div.DivClassName
{
background-color: #FCC130;
}
.BgClassName
{
background-color: #FCC130;
}
</style>
border-color css
<style>
span { border-color: #FCC130; }
span { border-color: rgb(252,193,48); }
td.TdClassName
{
border-color: #FCC130;
}
.TagClassName
{
border-color: #FCC130;
}
</style>