Shades of Saffron #FCBE30
Tints of Saffron #FCBE30
RGB
CMYK
RGB Variations
Color information
#FCBE30 (or 0xFCBE30) is known color: Saffron. HEX triplet: FC, BE and 30. RGB value is (252,190,48). Sum of RGB (Red+Green+Blue) = 252+190+48=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE30 is #0341CF. Grayscale: #C0C0C0. Windows color (decimal): -213456 or 3194620. OLE color: 3194620.
HSL color Cylindrical-coordinate representation of color #FCBE30: hue angle of 41.76º 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 #FCBE30 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 48 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.76º | 0.97% | 0.59% | - |
| HSV(B) | 41.76º | 0.81% | 0.99% | - |
| XYZ | 59.09 | 57.74 | 10.83 | - |
| YUV | 192.35 | 46.54 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 48 | 0 | 0.25 | 0.81 | 0.01 | 41.76 | 0.97 | 0.59 |
| Hex | FC | BE | 30 | 0 | 19 | 51 | 1 | 2A | 61 | 3B |
| Octal | 374 | 276 | 60 | 0 | 31 | 121 | 1 | 52 | 141 | 73 |
| Binary | 11111100 | 10111110 | 110000 | 0 | 11001 | 1010001 | 1 | 101010 | 1100001 | 111011 |
Color Harmonies of #FCBE30
Complementary color
Monochromatic Colors of #FCBE30
Black with #FCBE30
Text Example
Text Example
White with #FCBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE30; }
p { color: rgb(252,190,48); }
H1.HeaderClassName
{
color: #FCBE30;
}
.AnyTagClassName
{
color: #FCBE30;
}
</style>
background-color css
<style>
a { background-color: #FCBE30; }
a { background-color: rgb(252,190,48); }
div.DivClassName
{
background-color: #FCBE30;
}
.BgClassName
{
background-color: #FCBE30;
}
</style>
border-color css
<style>
span { border-color: #FCBE30; }
span { border-color: rgb(252,190,48); }
td.TdClassName
{
border-color: #FCBE30;
}
.TagClassName
{
border-color: #FCBE30;
}
</style>