Shades of Selective Yellow #FEB80C
Tints of Selective Yellow #FEB80C
RGB
CMYK
RGB Variations
Color information
#FEB80C (or 0xFEB80C) is known color: Selective Yellow. HEX triplet: FE, B8 and 0C. RGB value is (254,184,12). Sum of RGB (Red+Green+Blue) = 254+184+12=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB80C is #0147F3. Grayscale: #BABABA. Windows color (decimal): -83956 or 833790. OLE color: 833790.
HSL color Cylindrical-coordinate representation of color #FEB80C: hue angle of 42.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEB80C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.00 |
| HSL | 42.64º | 0.99% | 0.52% | - |
| HSV(B) | 42.64º | 0.95% | 1% | - |
| XYZ | 58.08 | 55.38 | 7.98 | - |
| YUV | 185.32 | 30.19 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 12 | 0 | 0.28 | 0.95 | 0.00 | 42.64 | 0.99 | 0.52 |
| Hex | FE | B8 | C | 0 | 1C | 5F | 0 | 2B | 63 | 34 |
| Octal | 376 | 270 | 14 | 0 | 34 | 137 | 0 | 53 | 143 | 64 |
| Binary | 11111110 | 10111000 | 1100 | 0 | 11100 | 1011111 | 0 | 101011 | 1100011 | 110100 |
Color Harmonies of #FEB80C
Complementary color
Monochromatic Colors of #FEB80C
Black with #FEB80C
Text Example
Text Example
White with #FEB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB80C; }
p { color: rgb(254,184,12); }
H1.HeaderClassName
{
color: #FEB80C;
}
.AnyTagClassName
{
color: #FEB80C;
}
</style>
background-color css
<style>
a { background-color: #FEB80C; }
a { background-color: rgb(254,184,12); }
div.DivClassName
{
background-color: #FEB80C;
}
.BgClassName
{
background-color: #FEB80C;
}
</style>
border-color css
<style>
span { border-color: #FEB80C; }
span { border-color: rgb(254,184,12); }
td.TdClassName
{
border-color: #FEB80C;
}
.TagClassName
{
border-color: #FEB80C;
}
</style>