Shades of Selective Yellow #FEB702
Tints of Selective Yellow #FEB702
RGB
CMYK
RGB Variations
Color information
#FEB702 (or 0xFEB702) is known color: Selective Yellow. HEX triplet: FE, B7 and 02. RGB value is (254,183,2). Sum of RGB (Red+Green+Blue) = 254+183+2=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB702 is #0148FD. Grayscale: #B8B8B8. Windows color (decimal): -84222 or 178174. OLE color: 178174.
HSL color Cylindrical-coordinate representation of color #FEB702: hue angle of 43.1º 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 #FEB702 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.00 |
| HSL | 43.1º | 0.99% | 0.5% | - |
| HSV(B) | 43.1º | 0.99% | 1% | - |
| XYZ | 57.82 | 54.94 | 7.62 | - |
| YUV | 183.6 | 25.52 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 2 | 0 | 0.28 | 0.99 | 0.00 | 43.1 | 0.99 | 0.5 |
| Hex | FE | B7 | 2 | 0 | 1C | 63 | 0 | 2B | 63 | 32 |
| Octal | 376 | 267 | 2 | 0 | 34 | 143 | 0 | 53 | 143 | 62 |
| Binary | 11111110 | 10110111 | 10 | 0 | 11100 | 1100011 | 0 | 101011 | 1100011 | 110010 |
Color Harmonies of #FEB702
Complementary color
Monochromatic Colors of #FEB702
Black with #FEB702
Text Example
Text Example
White with #FEB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB702; }
p { color: rgb(254,183,2); }
H1.HeaderClassName
{
color: #FEB702;
}
.AnyTagClassName
{
color: #FEB702;
}
</style>
background-color css
<style>
a { background-color: #FEB702; }
a { background-color: rgb(254,183,2); }
div.DivClassName
{
background-color: #FEB702;
}
.BgClassName
{
background-color: #FEB702;
}
</style>
border-color css
<style>
span { border-color: #FEB702; }
span { border-color: rgb(254,183,2); }
td.TdClassName
{
border-color: #FEB702;
}
.TagClassName
{
border-color: #FEB702;
}
</style>