Shades of Yellow Orange #FEB340
Tints of Yellow Orange #FEB340
RGB
CMYK
RGB Variations
Color information
#FEB340 (or 0xFEB340) is known color: Yellow Orange. HEX triplet: FE, B3 and 40. RGB value is (254,179,64). Sum of RGB (Red+Green+Blue) = 254+179+64=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB340 is #014CBF. Grayscale: #BCBCBC. Windows color (decimal): -85184 or 4240382. OLE color: 4240382.
HSL color Cylindrical-coordinate representation of color #FEB340: hue angle of 36.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEB340 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 64 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.00 |
| HSL | 36.32º | 0.99% | 0.62% | - |
| HSV(B) | 36.32º | 0.75% | 1% | - |
| XYZ | 57.92 | 53.68 | 12.16 | - |
| YUV | 188.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 64 | 0 | 0.30 | 0.75 | 0.00 | 36.32 | 0.99 | 0.62 |
| Hex | FE | B3 | 40 | 0 | 1E | 4B | 0 | 24 | 63 | 3E |
| Octal | 376 | 263 | 100 | 0 | 36 | 113 | 0 | 44 | 143 | 76 |
| Binary | 11111110 | 10110011 | 1000000 | 0 | 11110 | 1001011 | 0 | 100100 | 1100011 | 111110 |
Color Harmonies of #FEB340
Complementary color
Monochromatic Colors of #FEB340
Black with #FEB340
Text Example
Text Example
White with #FEB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB340; }
p { color: rgb(254,179,64); }
H1.HeaderClassName
{
color: #FEB340;
}
.AnyTagClassName
{
color: #FEB340;
}
</style>
background-color css
<style>
a { background-color: #FEB340; }
a { background-color: rgb(254,179,64); }
div.DivClassName
{
background-color: #FEB340;
}
.BgClassName
{
background-color: #FEB340;
}
</style>
border-color css
<style>
span { border-color: #FEB340; }
span { border-color: rgb(254,179,64); }
td.TdClassName
{
border-color: #FEB340;
}
.TagClassName
{
border-color: #FEB340;
}
</style>