Shades of Saffron #FCBE34
Tints of Saffron #FCBE34
RGB
CMYK
RGB Variations
Color information
#FCBE34 (or 0xFCBE34) is known color: Saffron. HEX triplet: FC, BE and 34. RGB value is (252,190,52). Sum of RGB (Red+Green+Blue) = 252+190+52=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE34 is #0341CB. Grayscale: #C1C1C1. Windows color (decimal): -213452 or 3456764. OLE color: 3456764.
HSL color Cylindrical-coordinate representation of color #FCBE34: hue angle of 41.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCBE34 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 52 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.01 |
| HSL | 41.4º | 0.97% | 0.6% | - |
| HSV(B) | 41.4º | 0.79% | 0.99% | - |
| XYZ | 59.18 | 57.77 | 11.28 | - |
| YUV | 192.81 | 48.54 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 52 | 0 | 0.25 | 0.79 | 0.01 | 41.4 | 0.97 | 0.6 |
| Hex | FC | BE | 34 | 0 | 19 | 4F | 1 | 29 | 61 | 3C |
| Octal | 374 | 276 | 64 | 0 | 31 | 117 | 1 | 51 | 141 | 74 |
| Binary | 11111100 | 10111110 | 110100 | 0 | 11001 | 1001111 | 1 | 101001 | 1100001 | 111100 |
Color Harmonies of #FCBE34
Complementary color
Monochromatic Colors of #FCBE34
Black with #FCBE34
Text Example
Text Example
White with #FCBE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE34; }
p { color: rgb(252,190,52); }
H1.HeaderClassName
{
color: #FCBE34;
}
.AnyTagClassName
{
color: #FCBE34;
}
</style>
background-color css
<style>
a { background-color: #FCBE34; }
a { background-color: rgb(252,190,52); }
div.DivClassName
{
background-color: #FCBE34;
}
.BgClassName
{
background-color: #FCBE34;
}
</style>
border-color css
<style>
span { border-color: #FCBE34; }
span { border-color: rgb(252,190,52); }
td.TdClassName
{
border-color: #FCBE34;
}
.TagClassName
{
border-color: #FCBE34;
}
</style>