Shades of Selective Yellow #FEB608
Tints of Selective Yellow #FEB608
RGB
CMYK
RGB Variations
Color information
#FEB608 (or 0xFEB608) is known color: Selective Yellow. HEX triplet: FE, B6 and 08. RGB value is (254,182,8). Sum of RGB (Red+Green+Blue) = 254+182+8=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB608 is #0149F7. Grayscale: #B8B8B8. Windows color (decimal): -84472 or 571134. OLE color: 571134.
HSL color Cylindrical-coordinate representation of color #FEB608: hue angle of 42.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEB608 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.00 |
| HSL | 42.44º | 0.99% | 0.51% | - |
| HSV(B) | 42.44º | 0.97% | 1% | - |
| XYZ | 57.64 | 54.54 | 7.72 | - |
| YUV | 183.69 | 28.85 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 8 | 0 | 0.28 | 0.97 | 0.00 | 42.44 | 0.99 | 0.51 |
| Hex | FE | B6 | 8 | 0 | 1C | 61 | 0 | 2A | 63 | 33 |
| Octal | 376 | 266 | 10 | 0 | 34 | 141 | 0 | 52 | 143 | 63 |
| Binary | 11111110 | 10110110 | 1000 | 0 | 11100 | 1100001 | 0 | 101010 | 1100011 | 110011 |
Color Harmonies of #FEB608
Complementary color
Monochromatic Colors of #FEB608
Black with #FEB608
Text Example
Text Example
White with #FEB608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB608; }
p { color: rgb(254,182,8); }
H1.HeaderClassName
{
color: #FEB608;
}
.AnyTagClassName
{
color: #FEB608;
}
</style>
background-color css
<style>
a { background-color: #FEB608; }
a { background-color: rgb(254,182,8); }
div.DivClassName
{
background-color: #FEB608;
}
.BgClassName
{
background-color: #FEB608;
}
</style>
border-color css
<style>
span { border-color: #FEB608; }
span { border-color: rgb(254,182,8); }
td.TdClassName
{
border-color: #FEB608;
}
.TagClassName
{
border-color: #FEB608;
}
</style>