Shades of Saffron #FCB825
Tints of Saffron #FCB825
RGB
CMYK
RGB Variations
Color information
#FCB825 (or 0xFCB825) is known color: Saffron. HEX triplet: FC, B8 and 25. RGB value is (252,184,37). Sum of RGB (Red+Green+Blue) = 252+184+37=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB825 is #0347DA. Grayscale: #BCBCBC. Windows color (decimal): -215003 or 2472188. OLE color: 2472188.
HSL color Cylindrical-coordinate representation of color #FCB825: hue angle of 41.02º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCB825 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 37 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.01 |
| HSL | 41.02º | 0.97% | 0.57% | - |
| HSV(B) | 41.02º | 0.85% | 0.99% | - |
| XYZ | 57.62 | 55.11 | 9.35 | - |
| YUV | 187.57 | 43.03 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 37 | 0 | 0.27 | 0.85 | 0.01 | 41.02 | 0.97 | 0.57 |
| Hex | FC | B8 | 25 | 0 | 1B | 55 | 1 | 29 | 61 | 39 |
| Octal | 374 | 270 | 45 | 0 | 33 | 125 | 1 | 51 | 141 | 71 |
| Binary | 11111100 | 10111000 | 100101 | 0 | 11011 | 1010101 | 1 | 101001 | 1100001 | 111001 |
Color Harmonies of #FCB825
Complementary color
Monochromatic Colors of #FCB825
Black with #FCB825
Text Example
Text Example
White with #FCB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB825; }
p { color: rgb(252,184,37); }
H1.HeaderClassName
{
color: #FCB825;
}
.AnyTagClassName
{
color: #FCB825;
}
</style>
background-color css
<style>
a { background-color: #FCB825; }
a { background-color: rgb(252,184,37); }
div.DivClassName
{
background-color: #FCB825;
}
.BgClassName
{
background-color: #FCB825;
}
</style>
border-color css
<style>
span { border-color: #FCB825; }
span { border-color: rgb(252,184,37); }
td.TdClassName
{
border-color: #FCB825;
}
.TagClassName
{
border-color: #FCB825;
}
</style>