Shades of Yellow Orange #FEAD3C
Tints of Yellow Orange #FEAD3C
RGB
CMYK
RGB Variations
Color information
#FEAD3C (or 0xFEAD3C) is known color: Yellow Orange. HEX triplet: FE, AD and 3C. RGB value is (254,173,60). Sum of RGB (Red+Green+Blue) = 254+173+60=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD3C is #0152C3. Grayscale: #B8B8B8. Windows color (decimal): -86724 or 3976702. OLE color: 3976702.
HSL color Cylindrical-coordinate representation of color #FEAD3C: hue angle of 34.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEAD3C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 60 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.00 |
| HSL | 34.95º | 0.99% | 0.62% | - |
| HSV(B) | 34.95º | 0.76% | 1% | - |
| XYZ | 56.63 | 51.28 | 11.19 | - |
| YUV | 184.34 | 57.84 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 60 | 0 | 0.32 | 0.76 | 0.00 | 34.95 | 0.99 | 0.62 |
| Hex | FE | AD | 3C | 0 | 20 | 4C | 0 | 23 | 63 | 3E |
| Octal | 376 | 255 | 74 | 0 | 40 | 114 | 0 | 43 | 143 | 76 |
| Binary | 11111110 | 10101101 | 111100 | 0 | 100000 | 1001100 | 0 | 100011 | 1100011 | 111110 |
Color Harmonies of #FEAD3C
Complementary color
Monochromatic Colors of #FEAD3C
Black with #FEAD3C
Text Example
Text Example
White with #FEAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD3C; }
p { color: rgb(254,173,60); }
H1.HeaderClassName
{
color: #FEAD3C;
}
.AnyTagClassName
{
color: #FEAD3C;
}
</style>
background-color css
<style>
a { background-color: #FEAD3C; }
a { background-color: rgb(254,173,60); }
div.DivClassName
{
background-color: #FEAD3C;
}
.BgClassName
{
background-color: #FEAD3C;
}
</style>
border-color css
<style>
span { border-color: #FEAD3C; }
span { border-color: rgb(254,173,60); }
td.TdClassName
{
border-color: #FEAD3C;
}
.TagClassName
{
border-color: #FEAD3C;
}
</style>