Shades of Selective Yellow #FEB606
Tints of Selective Yellow #FEB606
RGB
CMYK
RGB Variations
Color information
#FEB606 (or 0xFEB606) is known color: Selective Yellow. HEX triplet: FE, B6 and 06. RGB value is (254,182,6). Sum of RGB (Red+Green+Blue) = 254+182+6=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB606 is #0149F9. Grayscale: #B8B8B8. Windows color (decimal): -84474 or 440062. OLE color: 440062.
HSL color Cylindrical-coordinate representation of color #FEB606: hue angle of 42.58º 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 #FEB606 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 6 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.00 |
| HSL | 42.58º | 0.99% | 0.51% | - |
| HSV(B) | 42.58º | 0.98% | 1% | - |
| XYZ | 57.63 | 54.54 | 7.66 | - |
| YUV | 183.46 | 27.85 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 6 | 0 | 0.28 | 0.98 | 0.00 | 42.58 | 0.99 | 0.51 |
| Hex | FE | B6 | 6 | 0 | 1C | 62 | 0 | 2B | 63 | 33 |
| Octal | 376 | 266 | 6 | 0 | 34 | 142 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10110110 | 110 | 0 | 11100 | 1100010 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEB606
Complementary color
Monochromatic Colors of #FEB606
Black with #FEB606
Text Example
Text Example
White with #FEB606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB606; }
p { color: rgb(254,182,6); }
H1.HeaderClassName
{
color: #FEB606;
}
.AnyTagClassName
{
color: #FEB606;
}
</style>
background-color css
<style>
a { background-color: #FEB606; }
a { background-color: rgb(254,182,6); }
div.DivClassName
{
background-color: #FEB606;
}
.BgClassName
{
background-color: #FEB606;
}
</style>
border-color css
<style>
span { border-color: #FEB606; }
span { border-color: rgb(254,182,6); }
td.TdClassName
{
border-color: #FEB606;
}
.TagClassName
{
border-color: #FEB606;
}
</style>