Shades of Saffron #FEBF2B
Tints of Saffron #FEBF2B
RGB
CMYK
RGB Variations
Color information
#FEBF2B (or 0xFEBF2B) is known color: Saffron. HEX triplet: FE, BF and 2B. RGB value is (254,191,43). Sum of RGB (Red+Green+Blue) = 254+191+43=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF2B is #0140D4. Grayscale: #C1C1C1. Windows color (decimal): -82133 or 2867198. OLE color: 2867198.
HSL color Cylindrical-coordinate representation of color #FEBF2B: hue angle of 42.09º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEBF2B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 43 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.00 |
| HSL | 42.09º | 0.99% | 0.58% | - |
| HSV(B) | 42.09º | 0.83% | 1% | - |
| XYZ | 59.94 | 58.51 | 10.42 | - |
| YUV | 192.97 | 43.37 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 43 | 0 | 0.25 | 0.83 | 0.00 | 42.09 | 0.99 | 0.58 |
| Hex | FE | BF | 2B | 0 | 19 | 53 | 0 | 2A | 63 | 3A |
| Octal | 376 | 277 | 53 | 0 | 31 | 123 | 0 | 52 | 143 | 72 |
| Binary | 11111110 | 10111111 | 101011 | 0 | 11001 | 1010011 | 0 | 101010 | 1100011 | 111010 |
Color Harmonies of #FEBF2B
Complementary color
Monochromatic Colors of #FEBF2B
Black with #FEBF2B
Text Example
Text Example
White with #FEBF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF2B; }
p { color: rgb(254,191,43); }
H1.HeaderClassName
{
color: #FEBF2B;
}
.AnyTagClassName
{
color: #FEBF2B;
}
</style>
background-color css
<style>
a { background-color: #FEBF2B; }
a { background-color: rgb(254,191,43); }
div.DivClassName
{
background-color: #FEBF2B;
}
.BgClassName
{
background-color: #FEBF2B;
}
</style>
border-color css
<style>
span { border-color: #FEBF2B; }
span { border-color: rgb(254,191,43); }
td.TdClassName
{
border-color: #FEBF2B;
}
.TagClassName
{
border-color: #FEBF2B;
}
</style>