Shades of Selective Yellow #FEB205
Tints of Selective Yellow #FEB205
RGB
CMYK
RGB Variations
Color information
#FEB205 (or 0xFEB205) is known color: Selective Yellow. HEX triplet: FE, B2 and 05. RGB value is (254,178,5). Sum of RGB (Red+Green+Blue) = 254+178+5=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB205 is #014DFA. Grayscale: #B5B5B5. Windows color (decimal): -85499 or 373502. OLE color: 373502.
HSL color Cylindrical-coordinate representation of color #FEB205: hue angle of 41.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEB205 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.00 |
| HSL | 41.69º | 0.99% | 0.51% | - |
| HSV(B) | 41.69º | 0.98% | 1% | - |
| XYZ | 56.82 | 52.92 | 7.36 | - |
| YUV | 181 | 28.68 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 5 | 0 | 0.30 | 0.98 | 0.00 | 41.69 | 0.99 | 0.51 |
| Hex | FE | B2 | 5 | 0 | 1E | 62 | 0 | 2A | 63 | 33 |
| Octal | 376 | 262 | 5 | 0 | 36 | 142 | 0 | 52 | 143 | 63 |
| Binary | 11111110 | 10110010 | 101 | 0 | 11110 | 1100010 | 0 | 101010 | 1100011 | 110011 |
Color Harmonies of #FEB205
Complementary color
Monochromatic Colors of #FEB205
Black with #FEB205
Text Example
Text Example
White with #FEB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB205; }
p { color: rgb(254,178,5); }
H1.HeaderClassName
{
color: #FEB205;
}
.AnyTagClassName
{
color: #FEB205;
}
</style>
background-color css
<style>
a { background-color: #FEB205; }
a { background-color: rgb(254,178,5); }
div.DivClassName
{
background-color: #FEB205;
}
.BgClassName
{
background-color: #FEB205;
}
</style>
border-color css
<style>
span { border-color: #FEB205; }
span { border-color: rgb(254,178,5); }
td.TdClassName
{
border-color: #FEB205;
}
.TagClassName
{
border-color: #FEB205;
}
</style>