Shades of Selective Yellow #FEB300
Tints of Selective Yellow #FEB300
RGB
CMYK
RGB Variations
Color information
#FEB300 (or 0xFEB300) is known color: Selective Yellow. HEX triplet: FE, B3 and 00. RGB value is (254,179,0). Sum of RGB (Red+Green+Blue) = 254+179+0=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB300 is #014CFF. Grayscale: #B5B5B5. Windows color (decimal): -85248 or 46078. OLE color: 46078.
HSL color Cylindrical-coordinate representation of color #FEB300: hue angle of 42.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEB300 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.00 |
| HSL | 42.28º | 1% | 0.5% | - |
| HSV(B) | 42.28º | 1% | 1% | - |
| XYZ | 56.99 | 53.31 | 7.29 | - |
| YUV | 181.02 | 25.85 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 0 | 0 | 0.30 | 1 | 0.00 | 42.28 | 1 | 0.5 |
| Hex | FE | B3 | 0 | 0 | 1E | 64 | 0 | 2A | 64 | 32 |
| Octal | 376 | 263 | 0 | 0 | 36 | 144 | 0 | 52 | 144 | 62 |
| Binary | 11111110 | 10110011 | 0 | 0 | 11110 | 1100100 | 0 | 101010 | 1100100 | 110010 |
Color Harmonies of #FEB300
Complementary color
Monochromatic Colors of #FEB300
Black with #FEB300
Text Example
Text Example
White with #FEB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB300; }
p { color: rgb(254,179,0); }
H1.HeaderClassName
{
color: #FEB300;
}
.AnyTagClassName
{
color: #FEB300;
}
</style>
background-color css
<style>
a { background-color: #FEB300; }
a { background-color: rgb(254,179,0); }
div.DivClassName
{
background-color: #FEB300;
}
.BgClassName
{
background-color: #FEB300;
}
</style>
border-color css
<style>
span { border-color: #FEB300; }
span { border-color: rgb(254,179,0); }
td.TdClassName
{
border-color: #FEB300;
}
.TagClassName
{
border-color: #FEB300;
}
</style>