Shades of Selective Yellow #FEB305
Tints of Selective Yellow #FEB305
RGB
CMYK
RGB Variations
Color information
#FEB305 (or 0xFEB305) is known color: Selective Yellow. HEX triplet: FE, B3 and 05. RGB value is (254,179,5). Sum of RGB (Red+Green+Blue) = 254+179+5=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB305 is #014CFA. Grayscale: #B6B6B6. Windows color (decimal): -85243 or 373758. OLE color: 373758.
HSL color Cylindrical-coordinate representation of color #FEB305: hue angle of 41.93º 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 #FEB305 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.00 |
| HSL | 41.93º | 0.99% | 0.51% | - |
| HSV(B) | 41.93º | 0.98% | 1% | - |
| XYZ | 57.02 | 53.32 | 7.43 | - |
| YUV | 181.59 | 28.35 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 5 | 0 | 0.30 | 0.98 | 0.00 | 41.93 | 0.99 | 0.51 |
| Hex | FE | B3 | 5 | 0 | 1E | 62 | 0 | 2A | 63 | 33 |
| Octal | 376 | 263 | 5 | 0 | 36 | 142 | 0 | 52 | 143 | 63 |
| Binary | 11111110 | 10110011 | 101 | 0 | 11110 | 1100010 | 0 | 101010 | 1100011 | 110011 |
Color Harmonies of #FEB305
Complementary color
Monochromatic Colors of #FEB305
Black with #FEB305
Text Example
Text Example
White with #FEB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB305; }
p { color: rgb(254,179,5); }
H1.HeaderClassName
{
color: #FEB305;
}
.AnyTagClassName
{
color: #FEB305;
}
</style>
background-color css
<style>
a { background-color: #FEB305; }
a { background-color: rgb(254,179,5); }
div.DivClassName
{
background-color: #FEB305;
}
.BgClassName
{
background-color: #FEB305;
}
</style>
border-color css
<style>
span { border-color: #FEB305; }
span { border-color: rgb(254,179,5); }
td.TdClassName
{
border-color: #FEB305;
}
.TagClassName
{
border-color: #FEB305;
}
</style>