Shades of Selective Yellow #FEB602
Tints of Selective Yellow #FEB602
RGB
CMYK
RGB Variations
Color information
#FEB602 (or 0xFEB602) is known color: Selective Yellow. HEX triplet: FE, B6 and 02. RGB value is (254,182,2). Sum of RGB (Red+Green+Blue) = 254+182+2=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB602 is #0149FD. Grayscale: #B7B7B7. Windows color (decimal): -84478 or 177918. OLE color: 177918.
HSL color Cylindrical-coordinate representation of color #FEB602: hue angle of 42.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEB602 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.00 |
| HSL | 42.86º | 0.99% | 0.5% | - |
| HSV(B) | 42.86º | 0.99% | 1% | - |
| XYZ | 57.61 | 54.53 | 7.55 | - |
| YUV | 183.01 | 25.85 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 2 | 0 | 0.28 | 0.99 | 0.00 | 42.86 | 0.99 | 0.5 |
| Hex | FE | B6 | 2 | 0 | 1C | 63 | 0 | 2B | 63 | 32 |
| Octal | 376 | 266 | 2 | 0 | 34 | 143 | 0 | 53 | 143 | 62 |
| Binary | 11111110 | 10110110 | 10 | 0 | 11100 | 1100011 | 0 | 101011 | 1100011 | 110010 |
Color Harmonies of #FEB602
Complementary color
Monochromatic Colors of #FEB602
Black with #FEB602
Text Example
Text Example
White with #FEB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB602; }
p { color: rgb(254,182,2); }
H1.HeaderClassName
{
color: #FEB602;
}
.AnyTagClassName
{
color: #FEB602;
}
</style>
background-color css
<style>
a { background-color: #FEB602; }
a { background-color: rgb(254,182,2); }
div.DivClassName
{
background-color: #FEB602;
}
.BgClassName
{
background-color: #FEB602;
}
</style>
border-color css
<style>
span { border-color: #FEB602; }
span { border-color: rgb(254,182,2); }
td.TdClassName
{
border-color: #FEB602;
}
.TagClassName
{
border-color: #FEB602;
}
</style>