Shades of Saffron #FEBC29
Tints of Saffron #FEBC29
RGB
CMYK
RGB Variations
Color information
#FEBC29 (or 0xFEBC29) is known color: Saffron. HEX triplet: FE, BC and 29. RGB value is (254,188,41). Sum of RGB (Red+Green+Blue) = 254+188+41=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC29 is #0143D6. Grayscale: #BFBFBF. Windows color (decimal): -82903 or 2735358. OLE color: 2735358.
HSL color Cylindrical-coordinate representation of color #FEBC29: hue angle of 41.41º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEBC29 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 41 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.00 |
| HSL | 41.41º | 0.99% | 0.58% | - |
| HSV(B) | 41.41º | 0.84% | 1% | - |
| XYZ | 59.26 | 57.2 | 10.01 | - |
| YUV | 190.98 | 43.37 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 41 | 0 | 0.26 | 0.84 | 0.00 | 41.41 | 0.99 | 0.58 |
| Hex | FE | BC | 29 | 0 | 1A | 54 | 0 | 29 | 63 | 3A |
| Octal | 376 | 274 | 51 | 0 | 32 | 124 | 0 | 51 | 143 | 72 |
| Binary | 11111110 | 10111100 | 101001 | 0 | 11010 | 1010100 | 0 | 101001 | 1100011 | 111010 |
Color Harmonies of #FEBC29
Complementary color
Monochromatic Colors of #FEBC29
Black with #FEBC29
Text Example
Text Example
White with #FEBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC29; }
p { color: rgb(254,188,41); }
H1.HeaderClassName
{
color: #FEBC29;
}
.AnyTagClassName
{
color: #FEBC29;
}
</style>
background-color css
<style>
a { background-color: #FEBC29; }
a { background-color: rgb(254,188,41); }
div.DivClassName
{
background-color: #FEBC29;
}
.BgClassName
{
background-color: #FEBC29;
}
</style>
border-color css
<style>
span { border-color: #FEBC29; }
span { border-color: rgb(254,188,41); }
td.TdClassName
{
border-color: #FEBC29;
}
.TagClassName
{
border-color: #FEBC29;
}
</style>