Shades of Orange #FEAF03
Tints of Orange #FEAF03
RGB
CMYK
RGB Variations
Color information
#FEAF03 (or 0xFEAF03) is known color: Orange. HEX triplet: FE, AF and 03. RGB value is (254,175,3). Sum of RGB (Red+Green+Blue) = 254+175+3=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF03 is #0150FC. Grayscale: #B3B3B3. Windows color (decimal): -86269 or 241662. OLE color: 241662.
HSL color Cylindrical-coordinate representation of color #FEAF03: hue angle of 41.12º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEAF03 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.00 |
| HSL | 41.12º | 0.99% | 0.5% | - |
| HSV(B) | 41.12º | 0.99% | 1% | - |
| XYZ | 56.22 | 51.74 | 7.11 | - |
| YUV | 179.01 | 28.67 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 3 | 0 | 0.31 | 0.99 | 0.00 | 41.12 | 0.99 | 0.5 |
| Hex | FE | AF | 3 | 0 | 1F | 63 | 0 | 29 | 63 | 32 |
| Octal | 376 | 257 | 3 | 0 | 37 | 143 | 0 | 51 | 143 | 62 |
| Binary | 11111110 | 10101111 | 11 | 0 | 11111 | 1100011 | 0 | 101001 | 1100011 | 110010 |
Color Harmonies of #FEAF03
Complementary color
Monochromatic Colors of #FEAF03
Black with #FEAF03
Text Example
Text Example
White with #FEAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF03; }
p { color: rgb(254,175,3); }
H1.HeaderClassName
{
color: #FEAF03;
}
.AnyTagClassName
{
color: #FEAF03;
}
</style>
background-color css
<style>
a { background-color: #FEAF03; }
a { background-color: rgb(254,175,3); }
div.DivClassName
{
background-color: #FEAF03;
}
.BgClassName
{
background-color: #FEAF03;
}
</style>
border-color css
<style>
span { border-color: #FEAF03; }
span { border-color: rgb(254,175,3); }
td.TdClassName
{
border-color: #FEAF03;
}
.TagClassName
{
border-color: #FEAF03;
}
</style>