Shades of Saffron #FCC139
Tints of Saffron #FCC139
RGB
CMYK
RGB Variations
Color information
#FCC139 (or 0xFCC139) is known color: Saffron. HEX triplet: FC, C1 and 39. RGB value is (252,193,57). Sum of RGB (Red+Green+Blue) = 252+193+57=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 57 (22.66% from 255 or 11.35% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC139 is #033EC6. Grayscale: #C3C3C3. Windows color (decimal): -212679 or 3785212. OLE color: 3785212.
HSL color Cylindrical-coordinate representation of color #FCC139: hue angle of 41.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCC139 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 57 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.01 |
| HSL | 41.85º | 0.97% | 0.61% | - |
| HSV(B) | 41.85º | 0.77% | 0.99% | - |
| XYZ | 59.95 | 59.13 | 12.12 | - |
| YUV | 195.14 | 50.05 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 57 | 0 | 0.23 | 0.77 | 0.01 | 41.85 | 0.97 | 0.61 |
| Hex | FC | C1 | 39 | 0 | 17 | 4D | 1 | 2A | 61 | 3D |
| Octal | 374 | 301 | 71 | 0 | 27 | 115 | 1 | 52 | 141 | 75 |
| Binary | 11111100 | 11000001 | 111001 | 0 | 10111 | 1001101 | 1 | 101010 | 1100001 | 111101 |
Color Harmonies of #FCC139
Complementary color
Monochromatic Colors of #FCC139
Black with #FCC139
Text Example
Text Example
White with #FCC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC139; }
p { color: rgb(252,193,57); }
H1.HeaderClassName
{
color: #FCC139;
}
.AnyTagClassName
{
color: #FCC139;
}
</style>
background-color css
<style>
a { background-color: #FCC139; }
a { background-color: rgb(252,193,57); }
div.DivClassName
{
background-color: #FCC139;
}
.BgClassName
{
background-color: #FCC139;
}
</style>
border-color css
<style>
span { border-color: #FCC139; }
span { border-color: rgb(252,193,57); }
td.TdClassName
{
border-color: #FCC139;
}
.TagClassName
{
border-color: #FCC139;
}
</style>