Shades of Orange #FEAD08
Tints of Orange #FEAD08
RGB
CMYK
RGB Variations
Color information
#FEAD08 (or 0xFEAD08) is known color: Orange. HEX triplet: FE, AD and 08. RGB value is (254,173,8). Sum of RGB (Red+Green+Blue) = 254+173+8=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD08 is #0152F7. Grayscale: #B3B3B3. Windows color (decimal): -86776 or 568830. OLE color: 568830.
HSL color Cylindrical-coordinate representation of color #FEAD08: hue angle of 40.24º 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 #FEAD08 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.00 |
| HSL | 40.24º | 0.99% | 0.51% | - |
| HSV(B) | 40.24º | 0.97% | 1% | - |
| XYZ | 55.86 | 50.98 | 7.12 | - |
| YUV | 178.41 | 31.84 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 8 | 0 | 0.32 | 0.97 | 0.00 | 40.24 | 0.99 | 0.51 |
| Hex | FE | AD | 8 | 0 | 20 | 61 | 0 | 28 | 63 | 33 |
| Octal | 376 | 255 | 10 | 0 | 40 | 141 | 0 | 50 | 143 | 63 |
| Binary | 11111110 | 10101101 | 1000 | 0 | 100000 | 1100001 | 0 | 101000 | 1100011 | 110011 |
Color Harmonies of #FEAD08
Complementary color
Monochromatic Colors of #FEAD08
Black with #FEAD08
Text Example
Text Example
White with #FEAD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD08; }
p { color: rgb(254,173,8); }
H1.HeaderClassName
{
color: #FEAD08;
}
.AnyTagClassName
{
color: #FEAD08;
}
</style>
background-color css
<style>
a { background-color: #FEAD08; }
a { background-color: rgb(254,173,8); }
div.DivClassName
{
background-color: #FEAD08;
}
.BgClassName
{
background-color: #FEAD08;
}
</style>
border-color css
<style>
span { border-color: #FEAD08; }
span { border-color: rgb(254,173,8); }
td.TdClassName
{
border-color: #FEAD08;
}
.TagClassName
{
border-color: #FEAD08;
}
</style>