Shades of Saffron #FFBE27
Tints of Saffron #FFBE27
RGB
CMYK
RGB Variations
Color information
#FFBE27 (or 0xFFBE27) is known color: Saffron. HEX triplet: FF, BE and 27. RGB value is (255,190,39). Sum of RGB (Red+Green+Blue) = 255+190+39=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE27 is #0041D8. Grayscale: #C0C0C0. Windows color (decimal): -16857 or 2604799. OLE color: 2604799.
HSL color Cylindrical-coordinate representation of color #FFBE27: hue angle of 41.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFBE27 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 39 | - |
| CMYK | 0 | 0.25 | 0.85 | 0 |
| HSL | 41.94º | 1% | 0.58% | - |
| HSV(B) | 41.94º | 0.85% | 1% | - |
| XYZ | 60.02 | 58.23 | 10 | - |
| YUV | 192.22 | 41.53 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 39 | 0 | 0.25 | 0.85 | 0 | 41.94 | 1 | 0.58 |
| Hex | FF | BE | 27 | 0 | 19 | 55 | 0 | 2A | 64 | 3A |
| Octal | 377 | 276 | 47 | 0 | 31 | 125 | 0 | 52 | 144 | 72 |
| Binary | 11111111 | 10111110 | 100111 | 0 | 11001 | 1010101 | 0 | 101010 | 1100100 | 111010 |
Color Harmonies of #FFBE27
Complementary color
Monochromatic Colors of #FFBE27
Black with #FFBE27
Text Example
Text Example
White with #FFBE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE27; }
p { color: rgb(255,190,39); }
H1.HeaderClassName
{
color: #FFBE27;
}
.AnyTagClassName
{
color: #FFBE27;
}
</style>
background-color css
<style>
a { background-color: #FFBE27; }
a { background-color: rgb(255,190,39); }
div.DivClassName
{
background-color: #FFBE27;
}
.BgClassName
{
background-color: #FFBE27;
}
</style>
border-color css
<style>
span { border-color: #FFBE27; }
span { border-color: rgb(255,190,39); }
td.TdClassName
{
border-color: #FFBE27;
}
.TagClassName
{
border-color: #FFBE27;
}
</style>