Shades of Selective Yellow #FEB500
Tints of Selective Yellow #FEB500
RGB
CMYK
RGB Variations
Color information
#FEB500 (or 0xFEB500) is known color: Selective Yellow. HEX triplet: FE, B5 and 00. RGB value is (254,181,0). Sum of RGB (Red+Green+Blue) = 254+181+0=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB500 is #014AFF. Grayscale: #B6B6B6. Windows color (decimal): -84736 or 46590. OLE color: 46590.
HSL color Cylindrical-coordinate representation of color #FEB500: hue angle of 42.76º 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 #FEB500 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.00 |
| HSL | 42.76º | 1% | 0.5% | - |
| HSV(B) | 42.76º | 1% | 1% | - |
| XYZ | 57.4 | 54.12 | 7.42 | - |
| YUV | 182.19 | 25.18 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 0 | 0 | 0.29 | 1 | 0.00 | 42.76 | 1 | 0.5 |
| Hex | FE | B5 | 0 | 0 | 1D | 64 | 0 | 2B | 64 | 32 |
| Octal | 376 | 265 | 0 | 0 | 35 | 144 | 0 | 53 | 144 | 62 |
| Binary | 11111110 | 10110101 | 0 | 0 | 11101 | 1100100 | 0 | 101011 | 1100100 | 110010 |
Color Harmonies of #FEB500
Complementary color
Monochromatic Colors of #FEB500
Black with #FEB500
Text Example
Text Example
White with #FEB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB500; }
p { color: rgb(254,181,0); }
H1.HeaderClassName
{
color: #FEB500;
}
.AnyTagClassName
{
color: #FEB500;
}
</style>
background-color css
<style>
a { background-color: #FEB500; }
a { background-color: rgb(254,181,0); }
div.DivClassName
{
background-color: #FEB500;
}
.BgClassName
{
background-color: #FEB500;
}
</style>
border-color css
<style>
span { border-color: #FEB500; }
span { border-color: rgb(254,181,0); }
td.TdClassName
{
border-color: #FEB500;
}
.TagClassName
{
border-color: #FEB500;
}
</style>