Shades of Saffron #FEBE27
Tints of Saffron #FEBE27
RGB
CMYK
RGB Variations
Color information
#FEBE27 (or 0xFEBE27) is known color: Saffron. HEX triplet: FE, BE and 27. RGB value is (254,190,39). Sum of RGB (Red+Green+Blue) = 254+190+39=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE27 is #0141D8. Grayscale: #C0C0C0. Windows color (decimal): -82393 or 2604798. OLE color: 2604798.
HSL color Cylindrical-coordinate representation of color #FEBE27: hue angle of 42.14º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEBE27 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 39 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.00 |
| HSL | 42.14º | 0.99% | 0.57% | - |
| HSV(B) | 42.14º | 0.85% | 1% | - |
| XYZ | 59.65 | 58.04 | 9.98 | - |
| YUV | 191.92 | 41.7 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 39 | 0 | 0.25 | 0.85 | 0.00 | 42.14 | 0.99 | 0.57 |
| Hex | FE | BE | 27 | 0 | 19 | 55 | 0 | 2A | 63 | 39 |
| Octal | 376 | 276 | 47 | 0 | 31 | 125 | 0 | 52 | 143 | 71 |
| Binary | 11111110 | 10111110 | 100111 | 0 | 11001 | 1010101 | 0 | 101010 | 1100011 | 111001 |
Color Harmonies of #FEBE27
Complementary color
Monochromatic Colors of #FEBE27
Black with #FEBE27
Text Example
Text Example
White with #FEBE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE27; }
p { color: rgb(254,190,39); }
H1.HeaderClassName
{
color: #FEBE27;
}
.AnyTagClassName
{
color: #FEBE27;
}
</style>
background-color css
<style>
a { background-color: #FEBE27; }
a { background-color: rgb(254,190,39); }
div.DivClassName
{
background-color: #FEBE27;
}
.BgClassName
{
background-color: #FEBE27;
}
</style>
border-color css
<style>
span { border-color: #FEBE27; }
span { border-color: rgb(254,190,39); }
td.TdClassName
{
border-color: #FEBE27;
}
.TagClassName
{
border-color: #FEBE27;
}
</style>