Shades of Saffron #FFBE28
Tints of Saffron #FFBE28
RGB
CMYK
RGB Variations
Color information
#FFBE28 (or 0xFFBE28) is known color: Saffron. HEX triplet: FF, BE and 28. RGB value is (255,190,40). Sum of RGB (Red+Green+Blue) = 255+190+40=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE28 is #0041D7. Grayscale: #C1C1C1. Windows color (decimal): -16856 or 2670335. OLE color: 2670335.
HSL color Cylindrical-coordinate representation of color #FFBE28: hue angle of 41.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFBE28 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 40 | - |
| CMYK | 0 | 0.25 | 0.84 | 0 |
| HSL | 41.86º | 1% | 0.58% | - |
| HSV(B) | 41.86º | 0.84% | 1% | - |
| XYZ | 60.04 | 58.24 | 10.08 | - |
| YUV | 192.34 | 42.03 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 40 | 0 | 0.25 | 0.84 | 0 | 41.86 | 1 | 0.58 |
| Hex | FF | BE | 28 | 0 | 19 | 54 | 0 | 2A | 64 | 3A |
| Octal | 377 | 276 | 50 | 0 | 31 | 124 | 0 | 52 | 144 | 72 |
| Binary | 11111111 | 10111110 | 101000 | 0 | 11001 | 1010100 | 0 | 101010 | 1100100 | 111010 |
Color Harmonies of #FFBE28
Complementary color
Monochromatic Colors of #FFBE28
Black with #FFBE28
Text Example
Text Example
White with #FFBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE28; }
p { color: rgb(255,190,40); }
H1.HeaderClassName
{
color: #FFBE28;
}
.AnyTagClassName
{
color: #FFBE28;
}
</style>
background-color css
<style>
a { background-color: #FFBE28; }
a { background-color: rgb(255,190,40); }
div.DivClassName
{
background-color: #FFBE28;
}
.BgClassName
{
background-color: #FFBE28;
}
</style>
border-color css
<style>
span { border-color: #FFBE28; }
span { border-color: rgb(255,190,40); }
td.TdClassName
{
border-color: #FFBE28;
}
.TagClassName
{
border-color: #FFBE28;
}
</style>