Shades of Orange #FEAD03
Tints of Orange #FEAD03
RGB
CMYK
RGB Variations
Color information
#FEAD03 (or 0xFEAD03) is known color: Orange. HEX triplet: FE, AD and 03. RGB value is (254,173,3). Sum of RGB (Red+Green+Blue) = 254+173+3=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD03 is #0152FC. Grayscale: #B2B2B2. Windows color (decimal): -86781 or 241150. OLE color: 241150.
HSL color Cylindrical-coordinate representation of color #FEAD03: hue angle of 40.64º 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 #FEAD03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.00 |
| HSL | 40.64º | 0.99% | 0.5% | - |
| HSV(B) | 40.64º | 0.99% | 1% | - |
| XYZ | 55.83 | 50.96 | 6.98 | - |
| YUV | 177.84 | 29.34 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 3 | 0 | 0.32 | 0.99 | 0.00 | 40.64 | 0.99 | 0.5 |
| Hex | FE | AD | 3 | 0 | 20 | 63 | 0 | 29 | 63 | 32 |
| Octal | 376 | 255 | 3 | 0 | 40 | 143 | 0 | 51 | 143 | 62 |
| Binary | 11111110 | 10101101 | 11 | 0 | 100000 | 1100011 | 0 | 101001 | 1100011 | 110010 |
Color Harmonies of #FEAD03
Complementary color
Monochromatic Colors of #FEAD03
Black with #FEAD03
Text Example
Text Example
White with #FEAD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD03; }
p { color: rgb(254,173,3); }
H1.HeaderClassName
{
color: #FEAD03;
}
.AnyTagClassName
{
color: #FEAD03;
}
</style>
background-color css
<style>
a { background-color: #FEAD03; }
a { background-color: rgb(254,173,3); }
div.DivClassName
{
background-color: #FEAD03;
}
.BgClassName
{
background-color: #FEAD03;
}
</style>
border-color css
<style>
span { border-color: #FEAD03; }
span { border-color: rgb(254,173,3); }
td.TdClassName
{
border-color: #FEAD03;
}
.TagClassName
{
border-color: #FEAD03;
}
</style>