Shades of Saffron #FCBE2F
Tints of Saffron #FCBE2F
RGB
CMYK
RGB Variations
Color information
#FCBE2F (or 0xFCBE2F) is known color: Saffron. HEX triplet: FC, BE and 2F. RGB value is (252,190,47). Sum of RGB (Red+Green+Blue) = 252+190+47=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE2F is #0341D0. Grayscale: #C0C0C0. Windows color (decimal): -213457 or 3129084. OLE color: 3129084.
HSL color Cylindrical-coordinate representation of color #FCBE2F: hue angle of 41.85º 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 #FCBE2F is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 47 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.85º | 0.97% | 0.59% | - |
| HSV(B) | 41.85º | 0.81% | 0.99% | - |
| XYZ | 59.07 | 57.73 | 10.72 | - |
| YUV | 192.24 | 46.04 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 47 | 0 | 0.25 | 0.81 | 0.01 | 41.85 | 0.97 | 0.59 |
| Hex | FC | BE | 2F | 0 | 19 | 51 | 1 | 2A | 61 | 3B |
| Octal | 374 | 276 | 57 | 0 | 31 | 121 | 1 | 52 | 141 | 73 |
| Binary | 11111100 | 10111110 | 101111 | 0 | 11001 | 1010001 | 1 | 101010 | 1100001 | 111011 |
Color Harmonies of #FCBE2F
Complementary color
Monochromatic Colors of #FCBE2F
Black with #FCBE2F
Text Example
Text Example
White with #FCBE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE2F; }
p { color: rgb(252,190,47); }
H1.HeaderClassName
{
color: #FCBE2F;
}
.AnyTagClassName
{
color: #FCBE2F;
}
</style>
background-color css
<style>
a { background-color: #FCBE2F; }
a { background-color: rgb(252,190,47); }
div.DivClassName
{
background-color: #FCBE2F;
}
.BgClassName
{
background-color: #FCBE2F;
}
</style>
border-color css
<style>
span { border-color: #FCBE2F; }
span { border-color: rgb(252,190,47); }
td.TdClassName
{
border-color: #FCBE2F;
}
.TagClassName
{
border-color: #FCBE2F;
}
</style>