Shades of Saffron #FCBE2B
Tints of Saffron #FCBE2B
RGB
CMYK
RGB Variations
Color information
#FCBE2B (or 0xFCBE2B) is known color: Saffron. HEX triplet: FC, BE and 2B. RGB value is (252,190,43). Sum of RGB (Red+Green+Blue) = 252+190+43=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE2B is #0341D4. Grayscale: #C0C0C0. Windows color (decimal): -213461 or 2866940. OLE color: 2866940.
HSL color Cylindrical-coordinate representation of color #FCBE2B: hue angle of 42.2º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCBE2B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 43 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.01 |
| HSL | 42.2º | 0.97% | 0.58% | - |
| HSV(B) | 42.2º | 0.83% | 0.99% | - |
| XYZ | 58.99 | 57.7 | 10.31 | - |
| YUV | 191.78 | 44.04 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 43 | 0 | 0.25 | 0.83 | 0.01 | 42.2 | 0.97 | 0.58 |
| Hex | FC | BE | 2B | 0 | 19 | 53 | 1 | 2A | 61 | 3A |
| Octal | 374 | 276 | 53 | 0 | 31 | 123 | 1 | 52 | 141 | 72 |
| Binary | 11111100 | 10111110 | 101011 | 0 | 11001 | 1010011 | 1 | 101010 | 1100001 | 111010 |
Color Harmonies of #FCBE2B
Complementary color
Monochromatic Colors of #FCBE2B
Black with #FCBE2B
Text Example
Text Example
White with #FCBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE2B; }
p { color: rgb(252,190,43); }
H1.HeaderClassName
{
color: #FCBE2B;
}
.AnyTagClassName
{
color: #FCBE2B;
}
</style>
background-color css
<style>
a { background-color: #FCBE2B; }
a { background-color: rgb(252,190,43); }
div.DivClassName
{
background-color: #FCBE2B;
}
.BgClassName
{
background-color: #FCBE2B;
}
</style>
border-color css
<style>
span { border-color: #FCBE2B; }
span { border-color: rgb(252,190,43); }
td.TdClassName
{
border-color: #FCBE2B;
}
.TagClassName
{
border-color: #FCBE2B;
}
</style>