Shades of Saffron #FFBE24
Tints of Saffron #FFBE24
RGB
CMYK
RGB Variations
Color information
#FFBE24 (or 0xFFBE24) is known color: Saffron. HEX triplet: FF, BE and 24. RGB value is (255,190,36). Sum of RGB (Red+Green+Blue) = 255+190+36=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE24 is #0041DB. Grayscale: #C0C0C0. Windows color (decimal): -16860 or 2408191. OLE color: 2408191.
HSL color Cylindrical-coordinate representation of color #FFBE24: hue angle of 42.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFBE24 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 36 | - |
| CMYK | 0 | 0.25 | 0.86 | 0 |
| HSL | 42.19º | 1% | 0.57% | - |
| HSV(B) | 42.19º | 0.86% | 1% | - |
| XYZ | 59.97 | 58.21 | 9.74 | - |
| YUV | 191.88 | 40.03 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 36 | 0 | 0.25 | 0.86 | 0 | 42.19 | 1 | 0.57 |
| Hex | FF | BE | 24 | 0 | 19 | 56 | 0 | 2A | 64 | 39 |
| Octal | 377 | 276 | 44 | 0 | 31 | 126 | 0 | 52 | 144 | 71 |
| Binary | 11111111 | 10111110 | 100100 | 0 | 11001 | 1010110 | 0 | 101010 | 1100100 | 111001 |
Color Harmonies of #FFBE24
Complementary color
Monochromatic Colors of #FFBE24
Black with #FFBE24
Text Example
Text Example
White with #FFBE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE24; }
p { color: rgb(255,190,36); }
H1.HeaderClassName
{
color: #FFBE24;
}
.AnyTagClassName
{
color: #FFBE24;
}
</style>
background-color css
<style>
a { background-color: #FFBE24; }
a { background-color: rgb(255,190,36); }
div.DivClassName
{
background-color: #FFBE24;
}
.BgClassName
{
background-color: #FFBE24;
}
</style>
border-color css
<style>
span { border-color: #FFBE24; }
span { border-color: rgb(255,190,36); }
td.TdClassName
{
border-color: #FFBE24;
}
.TagClassName
{
border-color: #FFBE24;
}
</style>