Shades of Yellow Orange #FEB242
Tints of Yellow Orange #FEB242
RGB
CMYK
RGB Variations
Color information
#FEB242 (or 0xFEB242) is known color: Yellow Orange. HEX triplet: FE, B2 and 42. RGB value is (254,178,66). Sum of RGB (Red+Green+Blue) = 254+178+66=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB242 is #014DBD. Grayscale: #BCBCBC. Windows color (decimal): -85438 or 4371198. OLE color: 4371198.
HSL color Cylindrical-coordinate representation of color #FEB242: hue angle of 35.74º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEB242 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 66 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.00 |
| HSL | 35.74º | 0.99% | 0.63% | - |
| HSV(B) | 35.74º | 0.74% | 1% | - |
| XYZ | 57.78 | 53.3 | 12.4 | - |
| YUV | 187.96 | 59.18 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 66 | 0 | 0.30 | 0.74 | 0.00 | 35.74 | 0.99 | 0.63 |
| Hex | FE | B2 | 42 | 0 | 1E | 4A | 0 | 24 | 63 | 3F |
| Octal | 376 | 262 | 102 | 0 | 36 | 112 | 0 | 44 | 143 | 77 |
| Binary | 11111110 | 10110010 | 1000010 | 0 | 11110 | 1001010 | 0 | 100100 | 1100011 | 111111 |
Color Harmonies of #FEB242
Complementary color
Monochromatic Colors of #FEB242
Black with #FEB242
Text Example
Text Example
White with #FEB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB242; }
p { color: rgb(254,178,66); }
H1.HeaderClassName
{
color: #FEB242;
}
.AnyTagClassName
{
color: #FEB242;
}
</style>
background-color css
<style>
a { background-color: #FEB242; }
a { background-color: rgb(254,178,66); }
div.DivClassName
{
background-color: #FEB242;
}
.BgClassName
{
background-color: #FEB242;
}
</style>
border-color css
<style>
span { border-color: #FEB242; }
span { border-color: rgb(254,178,66); }
td.TdClassName
{
border-color: #FEB242;
}
.TagClassName
{
border-color: #FEB242;
}
</style>