Shades of Selective Yellow #FEB402
Tints of Selective Yellow #FEB402
RGB
CMYK
RGB Variations
Color information
#FEB402 (or 0xFEB402) is known color: Selective Yellow. HEX triplet: FE, B4 and 02. RGB value is (254,180,2). Sum of RGB (Red+Green+Blue) = 254+180+2=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB402 is #014BFD. Grayscale: #B6B6B6. Windows color (decimal): -84990 or 177406. OLE color: 177406.
HSL color Cylindrical-coordinate representation of color #FEB402: hue angle of 42.38º 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 #FEB402 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.00 |
| HSL | 42.38º | 0.99% | 0.5% | - |
| HSV(B) | 42.38º | 0.99% | 1% | - |
| XYZ | 57.21 | 53.72 | 7.41 | - |
| YUV | 181.83 | 26.52 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 2 | 0 | 0.29 | 0.99 | 0.00 | 42.38 | 0.99 | 0.5 |
| Hex | FE | B4 | 2 | 0 | 1D | 63 | 0 | 2A | 63 | 32 |
| Octal | 376 | 264 | 2 | 0 | 35 | 143 | 0 | 52 | 143 | 62 |
| Binary | 11111110 | 10110100 | 10 | 0 | 11101 | 1100011 | 0 | 101010 | 1100011 | 110010 |
Color Harmonies of #FEB402
Complementary color
Monochromatic Colors of #FEB402
Black with #FEB402
Text Example
Text Example
White with #FEB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB402; }
p { color: rgb(254,180,2); }
H1.HeaderClassName
{
color: #FEB402;
}
.AnyTagClassName
{
color: #FEB402;
}
</style>
background-color css
<style>
a { background-color: #FEB402; }
a { background-color: rgb(254,180,2); }
div.DivClassName
{
background-color: #FEB402;
}
.BgClassName
{
background-color: #FEB402;
}
</style>
border-color css
<style>
span { border-color: #FEB402; }
span { border-color: rgb(254,180,2); }
td.TdClassName
{
border-color: #FEB402;
}
.TagClassName
{
border-color: #FEB402;
}
</style>