Shades of Selective Yellow #FEB302
Tints of Selective Yellow #FEB302
RGB
CMYK
RGB Variations
Color information
#FEB302 (or 0xFEB302) is known color: Selective Yellow. HEX triplet: FE, B3 and 02. RGB value is (254,179,2). Sum of RGB (Red+Green+Blue) = 254+179+2=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB302 is #014CFD. Grayscale: #B6B6B6. Windows color (decimal): -85246 or 177150. OLE color: 177150.
HSL color Cylindrical-coordinate representation of color #FEB302: hue angle of 42.14º 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 #FEB302 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.00 |
| HSL | 42.14º | 0.99% | 0.5% | - |
| HSV(B) | 42.14º | 0.99% | 1% | - |
| XYZ | 57 | 53.32 | 7.34 | - |
| YUV | 181.25 | 26.85 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 2 | 0 | 0.30 | 0.99 | 0.00 | 42.14 | 0.99 | 0.5 |
| Hex | FE | B3 | 2 | 0 | 1E | 63 | 0 | 2A | 63 | 32 |
| Octal | 376 | 263 | 2 | 0 | 36 | 143 | 0 | 52 | 143 | 62 |
| Binary | 11111110 | 10110011 | 10 | 0 | 11110 | 1100011 | 0 | 101010 | 1100011 | 110010 |
Color Harmonies of #FEB302
Complementary color
Monochromatic Colors of #FEB302
Black with #FEB302
Text Example
Text Example
White with #FEB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB302; }
p { color: rgb(254,179,2); }
H1.HeaderClassName
{
color: #FEB302;
}
.AnyTagClassName
{
color: #FEB302;
}
</style>
background-color css
<style>
a { background-color: #FEB302; }
a { background-color: rgb(254,179,2); }
div.DivClassName
{
background-color: #FEB302;
}
.BgClassName
{
background-color: #FEB302;
}
</style>
border-color css
<style>
span { border-color: #FEB302; }
span { border-color: rgb(254,179,2); }
td.TdClassName
{
border-color: #FEB302;
}
.TagClassName
{
border-color: #FEB302;
}
</style>