Shades of Selective Yellow #FEB704
Tints of Selective Yellow #FEB704
RGB
CMYK
RGB Variations
Color information
#FEB704 (or 0xFEB704) is known color: Selective Yellow. HEX triplet: FE, B7 and 04. RGB value is (254,183,4). Sum of RGB (Red+Green+Blue) = 254+183+4=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB704 is #0148FB. Grayscale: #B8B8B8. Windows color (decimal): -84220 or 309246. OLE color: 309246.
HSL color Cylindrical-coordinate representation of color #FEB704: hue angle of 42.96º 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 #FEB704 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.00 |
| HSL | 42.96º | 0.99% | 0.51% | - |
| HSV(B) | 42.96º | 0.98% | 1% | - |
| XYZ | 57.83 | 54.95 | 7.67 | - |
| YUV | 183.82 | 26.52 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 4 | 0 | 0.28 | 0.98 | 0.00 | 42.96 | 0.99 | 0.51 |
| Hex | FE | B7 | 4 | 0 | 1C | 62 | 0 | 2B | 63 | 33 |
| Octal | 376 | 267 | 4 | 0 | 34 | 142 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10110111 | 100 | 0 | 11100 | 1100010 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEB704
Complementary color
Monochromatic Colors of #FEB704
Black with #FEB704
Text Example
Text Example
White with #FEB704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB704; }
p { color: rgb(254,183,4); }
H1.HeaderClassName
{
color: #FEB704;
}
.AnyTagClassName
{
color: #FEB704;
}
</style>
background-color css
<style>
a { background-color: #FEB704; }
a { background-color: rgb(254,183,4); }
div.DivClassName
{
background-color: #FEB704;
}
.BgClassName
{
background-color: #FEB704;
}
</style>
border-color css
<style>
span { border-color: #FEB704; }
span { border-color: rgb(254,183,4); }
td.TdClassName
{
border-color: #FEB704;
}
.TagClassName
{
border-color: #FEB704;
}
</style>