Shades of Selective Yellow #FEB90C
Tints of Selective Yellow #FEB90C
RGB
CMYK
RGB Variations
Color information
#FEB90C (or 0xFEB90C) is known color: Selective Yellow. HEX triplet: FE, B9 and 0C. RGB value is (254,185,12). Sum of RGB (Red+Green+Blue) = 254+185+12=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB90C is #0146F3. Grayscale: #BABABA. Windows color (decimal): -83700 or 834046. OLE color: 834046.
HSL color Cylindrical-coordinate representation of color #FEB90C: hue angle of 42.89º 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 #FEB90C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.00 |
| HSL | 42.89º | 0.99% | 0.52% | - |
| HSV(B) | 42.89º | 0.95% | 1% | - |
| XYZ | 58.29 | 55.8 | 8.05 | - |
| YUV | 185.91 | 29.86 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 12 | 0 | 0.27 | 0.95 | 0.00 | 42.89 | 0.99 | 0.52 |
| Hex | FE | B9 | C | 0 | 1B | 5F | 0 | 2B | 63 | 34 |
| Octal | 376 | 271 | 14 | 0 | 33 | 137 | 0 | 53 | 143 | 64 |
| Binary | 11111110 | 10111001 | 1100 | 0 | 11011 | 1011111 | 0 | 101011 | 1100011 | 110100 |
Color Harmonies of #FEB90C
Complementary color
Monochromatic Colors of #FEB90C
Black with #FEB90C
Text Example
Text Example
White with #FEB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB90C; }
p { color: rgb(254,185,12); }
H1.HeaderClassName
{
color: #FEB90C;
}
.AnyTagClassName
{
color: #FEB90C;
}
</style>
background-color css
<style>
a { background-color: #FEB90C; }
a { background-color: rgb(254,185,12); }
div.DivClassName
{
background-color: #FEB90C;
}
.BgClassName
{
background-color: #FEB90C;
}
</style>
border-color css
<style>
span { border-color: #FEB90C; }
span { border-color: rgb(254,185,12); }
td.TdClassName
{
border-color: #FEB90C;
}
.TagClassName
{
border-color: #FEB90C;
}
</style>