Shades of Yellow Orange #FEB642
Tints of Yellow Orange #FEB642
RGB
CMYK
RGB Variations
Color information
#FEB642 (or 0xFEB642) is known color: Yellow Orange. HEX triplet: FE, B6 and 42. RGB value is (254,182,66). Sum of RGB (Red+Green+Blue) = 254+182+66=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB642 is #0149BD. Grayscale: #BEBEBE. Windows color (decimal): -84414 or 4372222. OLE color: 4372222.
HSL color Cylindrical-coordinate representation of color #FEB642: hue angle of 37.02º 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 #FEB642 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 66 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.00 |
| HSL | 37.02º | 0.99% | 0.63% | - |
| HSV(B) | 37.02º | 0.74% | 1% | - |
| XYZ | 58.58 | 54.92 | 12.67 | - |
| YUV | 190.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 66 | 0 | 0.28 | 0.74 | 0.00 | 37.02 | 0.99 | 0.63 |
| Hex | FE | B6 | 42 | 0 | 1C | 4A | 0 | 25 | 63 | 3F |
| Octal | 376 | 266 | 102 | 0 | 34 | 112 | 0 | 45 | 143 | 77 |
| Binary | 11111110 | 10110110 | 1000010 | 0 | 11100 | 1001010 | 0 | 100101 | 1100011 | 111111 |
Color Harmonies of #FEB642
Complementary color
Monochromatic Colors of #FEB642
Black with #FEB642
Text Example
Text Example
White with #FEB642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB642; }
p { color: rgb(254,182,66); }
H1.HeaderClassName
{
color: #FEB642;
}
.AnyTagClassName
{
color: #FEB642;
}
</style>
background-color css
<style>
a { background-color: #FEB642; }
a { background-color: rgb(254,182,66); }
div.DivClassName
{
background-color: #FEB642;
}
.BgClassName
{
background-color: #FEB642;
}
</style>
border-color css
<style>
span { border-color: #FEB642; }
span { border-color: rgb(254,182,66); }
td.TdClassName
{
border-color: #FEB642;
}
.TagClassName
{
border-color: #FEB642;
}
</style>