Shades of Orange #FEAF00
Tints of Orange #FEAF00
RGB
CMYK
RGB Variations
Color information
#FEAF00 (or 0xFEAF00) is known color: Orange. HEX triplet: FE, AF and 00. RGB value is (254,175,0). Sum of RGB (Red+Green+Blue) = 254+175+0=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF00 is #0150FF. Grayscale: #B3B3B3. Windows color (decimal): -86272 or 45054. OLE color: 45054.
HSL color Cylindrical-coordinate representation of color #FEAF00: hue angle of 41.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEAF00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.00 |
| HSL | 41.34º | 1% | 0.5% | - |
| HSV(B) | 41.34º | 1% | 1% | - |
| XYZ | 56.2 | 51.73 | 7.02 | - |
| YUV | 178.67 | 27.17 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 0 | 0 | 0.31 | 1 | 0.00 | 41.34 | 1 | 0.5 |
| Hex | FE | AF | 0 | 0 | 1F | 64 | 0 | 29 | 64 | 32 |
| Octal | 376 | 257 | 0 | 0 | 37 | 144 | 0 | 51 | 144 | 62 |
| Binary | 11111110 | 10101111 | 0 | 0 | 11111 | 1100100 | 0 | 101001 | 1100100 | 110010 |
Color Harmonies of #FEAF00
Complementary color
Monochromatic Colors of #FEAF00
Black with #FEAF00
Text Example
Text Example
White with #FEAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF00; }
p { color: rgb(254,175,0); }
H1.HeaderClassName
{
color: #FEAF00;
}
.AnyTagClassName
{
color: #FEAF00;
}
</style>
background-color css
<style>
a { background-color: #FEAF00; }
a { background-color: rgb(254,175,0); }
div.DivClassName
{
background-color: #FEAF00;
}
.BgClassName
{
background-color: #FEAF00;
}
</style>
border-color css
<style>
span { border-color: #FEAF00; }
span { border-color: rgb(254,175,0); }
td.TdClassName
{
border-color: #FEAF00;
}
.TagClassName
{
border-color: #FEAF00;
}
</style>