Shades of Selective Yellow #FEB200
Tints of Selective Yellow #FEB200
RGB
CMYK
RGB Variations
Color information
#FEB200 (or 0xFEB200) is known color: Selective Yellow. HEX triplet: FE, B2 and 00. RGB value is (254,178,0). Sum of RGB (Red+Green+Blue) = 254+178+0=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB200 is #014DFF. Grayscale: #B5B5B5. Windows color (decimal): -85504 or 45822. OLE color: 45822.
HSL color Cylindrical-coordinate representation of color #FEB200: hue angle of 42.05º 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 #FEB200 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.00 |
| HSL | 42.05º | 1% | 0.5% | - |
| HSV(B) | 42.05º | 1% | 1% | - |
| XYZ | 56.79 | 52.91 | 7.22 | - |
| YUV | 180.43 | 26.18 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 0 | 0 | 0.30 | 1 | 0.00 | 42.05 | 1 | 0.5 |
| Hex | FE | B2 | 0 | 0 | 1E | 64 | 0 | 2A | 64 | 32 |
| Octal | 376 | 262 | 0 | 0 | 36 | 144 | 0 | 52 | 144 | 62 |
| Binary | 11111110 | 10110010 | 0 | 0 | 11110 | 1100100 | 0 | 101010 | 1100100 | 110010 |
Color Harmonies of #FEB200
Complementary color
Monochromatic Colors of #FEB200
Black with #FEB200
Text Example
Text Example
White with #FEB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB200; }
p { color: rgb(254,178,0); }
H1.HeaderClassName
{
color: #FEB200;
}
.AnyTagClassName
{
color: #FEB200;
}
</style>
background-color css
<style>
a { background-color: #FEB200; }
a { background-color: rgb(254,178,0); }
div.DivClassName
{
background-color: #FEB200;
}
.BgClassName
{
background-color: #FEB200;
}
</style>
border-color css
<style>
span { border-color: #FEB200; }
span { border-color: rgb(254,178,0); }
td.TdClassName
{
border-color: #FEB200;
}
.TagClassName
{
border-color: #FEB200;
}
</style>