Shades of Orange #FEA608
Tints of Orange #FEA608
RGB
CMYK
RGB Variations
Color information
#FEA608 (or 0xFEA608) is known color: Orange. HEX triplet: FE, A6 and 08. RGB value is (254,166,8). Sum of RGB (Red+Green+Blue) = 254+166+8=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA608 is #0159F7. Grayscale: #AFAFAF. Windows color (decimal): -88568 or 567038. OLE color: 567038.
HSL color Cylindrical-coordinate representation of color #FEA608: hue angle of 38.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEA608 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 8 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.00 |
| HSL | 38.54º | 0.99% | 0.51% | - |
| HSV(B) | 38.54º | 0.97% | 1% | - |
| XYZ | 54.55 | 48.36 | 6.69 | - |
| YUV | 174.3 | 34.15 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 8 | 0 | 0.35 | 0.97 | 0.00 | 38.54 | 0.99 | 0.51 |
| Hex | FE | A6 | 8 | 0 | 23 | 61 | 0 | 27 | 63 | 33 |
| Octal | 376 | 246 | 10 | 0 | 43 | 141 | 0 | 47 | 143 | 63 |
| Binary | 11111110 | 10100110 | 1000 | 0 | 100011 | 1100001 | 0 | 100111 | 1100011 | 110011 |
Color Harmonies of #FEA608
Complementary color
Monochromatic Colors of #FEA608
Black with #FEA608
Text Example
Text Example
White with #FEA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA608; }
p { color: rgb(254,166,8); }
H1.HeaderClassName
{
color: #FEA608;
}
.AnyTagClassName
{
color: #FEA608;
}
</style>
background-color css
<style>
a { background-color: #FEA608; }
a { background-color: rgb(254,166,8); }
div.DivClassName
{
background-color: #FEA608;
}
.BgClassName
{
background-color: #FEA608;
}
</style>
border-color css
<style>
span { border-color: #FEA608; }
span { border-color: rgb(254,166,8); }
td.TdClassName
{
border-color: #FEA608;
}
.TagClassName
{
border-color: #FEA608;
}
</style>