Shades of Yellow Orange #FEAD40
Tints of Yellow Orange #FEAD40
RGB
CMYK
RGB Variations
Color information
#FEAD40 (or 0xFEAD40) is known color: Yellow Orange. HEX triplet: FE, AD and 40. RGB value is (254,173,64). Sum of RGB (Red+Green+Blue) = 254+173+64=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD40 is #0152BF. Grayscale: #B9B9B9. Windows color (decimal): -86720 or 4238846. OLE color: 4238846.
HSL color Cylindrical-coordinate representation of color #FEAD40: hue angle of 34.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEAD40 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 64 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.00 |
| HSL | 34.42º | 0.99% | 0.62% | - |
| HSV(B) | 34.42º | 0.75% | 1% | - |
| XYZ | 56.74 | 51.33 | 11.77 | - |
| YUV | 184.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 64 | 0 | 0.32 | 0.75 | 0.00 | 34.42 | 0.99 | 0.62 |
| Hex | FE | AD | 40 | 0 | 20 | 4B | 0 | 22 | 63 | 3E |
| Octal | 376 | 255 | 100 | 0 | 40 | 113 | 0 | 42 | 143 | 76 |
| Binary | 11111110 | 10101101 | 1000000 | 0 | 100000 | 1001011 | 0 | 100010 | 1100011 | 111110 |
Color Harmonies of #FEAD40
Complementary color
Monochromatic Colors of #FEAD40
Black with #FEAD40
Text Example
Text Example
White with #FEAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD40; }
p { color: rgb(254,173,64); }
H1.HeaderClassName
{
color: #FEAD40;
}
.AnyTagClassName
{
color: #FEAD40;
}
</style>
background-color css
<style>
a { background-color: #FEAD40; }
a { background-color: rgb(254,173,64); }
div.DivClassName
{
background-color: #FEAD40;
}
.BgClassName
{
background-color: #FEAD40;
}
</style>
border-color css
<style>
span { border-color: #FEAD40; }
span { border-color: rgb(254,173,64); }
td.TdClassName
{
border-color: #FEAD40;
}
.TagClassName
{
border-color: #FEAD40;
}
</style>