Shades of Saffron #FFBE2E
Tints of Saffron #FFBE2E
RGB
CMYK
RGB Variations
Color information
#FFBE2E (or 0xFFBE2E) is known color: Saffron. HEX triplet: FF, BE and 2E. RGB value is (255,190,46). Sum of RGB (Red+Green+Blue) = 255+190+46=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE2E is #0041D1. Grayscale: #C1C1C1. Windows color (decimal): -16850 or 3063551. OLE color: 3063551.
HSL color Cylindrical-coordinate representation of color #FFBE2E: hue angle of 41.34º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFBE2E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 46 | - |
| CMYK | 0 | 0.25 | 0.82 | 0 |
| HSL | 41.34º | 1% | 0.59% | - |
| HSV(B) | 41.34º | 0.82% | 1% | - |
| XYZ | 60.15 | 58.28 | 10.66 | - |
| YUV | 193.02 | 45.03 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 46 | 0 | 0.25 | 0.82 | 0 | 41.34 | 1 | 0.59 |
| Hex | FF | BE | 2E | 0 | 19 | 52 | 0 | 29 | 64 | 3B |
| Octal | 377 | 276 | 56 | 0 | 31 | 122 | 0 | 51 | 144 | 73 |
| Binary | 11111111 | 10111110 | 101110 | 0 | 11001 | 1010010 | 0 | 101001 | 1100100 | 111011 |
Color Harmonies of #FFBE2E
Complementary color
Monochromatic Colors of #FFBE2E
Black with #FFBE2E
Text Example
Text Example
White with #FFBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE2E; }
p { color: rgb(255,190,46); }
H1.HeaderClassName
{
color: #FFBE2E;
}
.AnyTagClassName
{
color: #FFBE2E;
}
</style>
background-color css
<style>
a { background-color: #FFBE2E; }
a { background-color: rgb(255,190,46); }
div.DivClassName
{
background-color: #FFBE2E;
}
.BgClassName
{
background-color: #FFBE2E;
}
</style>
border-color css
<style>
span { border-color: #FFBE2E; }
span { border-color: rgb(255,190,46); }
td.TdClassName
{
border-color: #FFBE2E;
}
.TagClassName
{
border-color: #FFBE2E;
}
</style>