Shades of Selective Yellow #FEB409
Tints of Selective Yellow #FEB409
RGB
CMYK
RGB Variations
Color information
#FEB409 (or 0xFEB409) is known color: Selective Yellow. HEX triplet: FE, B4 and 09. RGB value is (254,180,9). Sum of RGB (Red+Green+Blue) = 254+180+9=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB409 is #014BF6. Grayscale: #B7B7B7. Windows color (decimal): -84983 or 636158. OLE color: 636158.
HSL color Cylindrical-coordinate representation of color #FEB409: hue angle of 41.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEB409 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 9 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.00 |
| HSL | 41.88º | 0.99% | 0.52% | - |
| HSV(B) | 41.88º | 0.96% | 1% | - |
| XYZ | 57.24 | 53.73 | 7.61 | - |
| YUV | 182.63 | 30.02 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 9 | 0 | 0.29 | 0.96 | 0.00 | 41.88 | 0.99 | 0.52 |
| Hex | FE | B4 | 9 | 0 | 1D | 60 | 0 | 2A | 63 | 34 |
| Octal | 376 | 264 | 11 | 0 | 35 | 140 | 0 | 52 | 143 | 64 |
| Binary | 11111110 | 10110100 | 1001 | 0 | 11101 | 1100000 | 0 | 101010 | 1100011 | 110100 |
Color Harmonies of #FEB409
Complementary color
Monochromatic Colors of #FEB409
Black with #FEB409
Text Example
Text Example
White with #FEB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB409; }
p { color: rgb(254,180,9); }
H1.HeaderClassName
{
color: #FEB409;
}
.AnyTagClassName
{
color: #FEB409;
}
</style>
background-color css
<style>
a { background-color: #FEB409; }
a { background-color: rgb(254,180,9); }
div.DivClassName
{
background-color: #FEB409;
}
.BgClassName
{
background-color: #FEB409;
}
</style>
border-color css
<style>
span { border-color: #FEB409; }
span { border-color: rgb(254,180,9); }
td.TdClassName
{
border-color: #FEB409;
}
.TagClassName
{
border-color: #FEB409;
}
</style>