Shades of Saffron #FCBE32
Tints of Saffron #FCBE32
RGB
CMYK
RGB Variations
Color information
#FCBE32 (or 0xFCBE32) is known color: Saffron. HEX triplet: FC, BE and 32. RGB value is (252,190,50). Sum of RGB (Red+Green+Blue) = 252+190+50=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE32 is #0341CD. Grayscale: #C1C1C1. Windows color (decimal): -213454 or 3325692. OLE color: 3325692.
HSL color Cylindrical-coordinate representation of color #FCBE32: hue angle of 41.58º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCBE32 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.01 |
| HSL | 41.58º | 0.97% | 0.59% | - |
| HSV(B) | 41.58º | 0.8% | 0.99% | - |
| XYZ | 59.13 | 57.75 | 11.05 | - |
| YUV | 192.58 | 47.54 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 50 | 0 | 0.25 | 0.80 | 0.01 | 41.58 | 0.97 | 0.59 |
| Hex | FC | BE | 32 | 0 | 19 | 50 | 1 | 2A | 61 | 3B |
| Octal | 374 | 276 | 62 | 0 | 31 | 120 | 1 | 52 | 141 | 73 |
| Binary | 11111100 | 10111110 | 110010 | 0 | 11001 | 1010000 | 1 | 101010 | 1100001 | 111011 |
Color Harmonies of #FCBE32
Complementary color
Monochromatic Colors of #FCBE32
Black with #FCBE32
Text Example
Text Example
White with #FCBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE32; }
p { color: rgb(252,190,50); }
H1.HeaderClassName
{
color: #FCBE32;
}
.AnyTagClassName
{
color: #FCBE32;
}
</style>
background-color css
<style>
a { background-color: #FCBE32; }
a { background-color: rgb(252,190,50); }
div.DivClassName
{
background-color: #FCBE32;
}
.BgClassName
{
background-color: #FCBE32;
}
</style>
border-color css
<style>
span { border-color: #FCBE32; }
span { border-color: rgb(252,190,50); }
td.TdClassName
{
border-color: #FCBE32;
}
.TagClassName
{
border-color: #FCBE32;
}
</style>