Shades of Saffron #FCBE31
Tints of Saffron #FCBE31
RGB
CMYK
RGB Variations
Color information
#FCBE31 (or 0xFCBE31) is known color: Saffron. HEX triplet: FC, BE and 31. RGB value is (252,190,49). Sum of RGB (Red+Green+Blue) = 252+190+49=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE31 is #0341CE. Grayscale: #C1C1C1. Windows color (decimal): -213455 or 3260156. OLE color: 3260156.
HSL color Cylindrical-coordinate representation of color #FCBE31: hue angle of 41.67º 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 #FCBE31 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 49 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.67º | 0.97% | 0.59% | - |
| HSV(B) | 41.67º | 0.81% | 0.99% | - |
| XYZ | 59.11 | 57.74 | 10.94 | - |
| YUV | 192.46 | 47.04 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 49 | 0 | 0.25 | 0.81 | 0.01 | 41.67 | 0.97 | 0.59 |
| Hex | FC | BE | 31 | 0 | 19 | 51 | 1 | 2A | 61 | 3B |
| Octal | 374 | 276 | 61 | 0 | 31 | 121 | 1 | 52 | 141 | 73 |
| Binary | 11111100 | 10111110 | 110001 | 0 | 11001 | 1010001 | 1 | 101010 | 1100001 | 111011 |
Color Harmonies of #FCBE31
Complementary color
Monochromatic Colors of #FCBE31
Black with #FCBE31
Text Example
Text Example
White with #FCBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE31; }
p { color: rgb(252,190,49); }
H1.HeaderClassName
{
color: #FCBE31;
}
.AnyTagClassName
{
color: #FCBE31;
}
</style>
background-color css
<style>
a { background-color: #FCBE31; }
a { background-color: rgb(252,190,49); }
div.DivClassName
{
background-color: #FCBE31;
}
.BgClassName
{
background-color: #FCBE31;
}
</style>
border-color css
<style>
span { border-color: #FCBE31; }
span { border-color: rgb(252,190,49); }
td.TdClassName
{
border-color: #FCBE31;
}
.TagClassName
{
border-color: #FCBE31;
}
</style>