Shades of Yellow Orange #FEAD3D
Tints of Yellow Orange #FEAD3D
RGB
CMYK
RGB Variations
Color information
#FEAD3D (or 0xFEAD3D) is known color: Yellow Orange. HEX triplet: FE, AD and 3D. RGB value is (254,173,61). Sum of RGB (Red+Green+Blue) = 254+173+61=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD3D is #0152C2. Grayscale: #B8B8B8. Windows color (decimal): -86723 or 4042238. OLE color: 4042238.
HSL color Cylindrical-coordinate representation of color #FEAD3D: hue angle of 34.82º 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 #FEAD3D is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 61 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.00 |
| HSL | 34.82º | 0.99% | 0.62% | - |
| HSV(B) | 34.82º | 0.76% | 1% | - |
| XYZ | 56.66 | 51.29 | 11.33 | - |
| YUV | 184.45 | 58.34 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 61 | 0 | 0.32 | 0.76 | 0.00 | 34.82 | 0.99 | 0.62 |
| Hex | FE | AD | 3D | 0 | 20 | 4C | 0 | 23 | 63 | 3E |
| Octal | 376 | 255 | 75 | 0 | 40 | 114 | 0 | 43 | 143 | 76 |
| Binary | 11111110 | 10101101 | 111101 | 0 | 100000 | 1001100 | 0 | 100011 | 1100011 | 111110 |
Color Harmonies of #FEAD3D
Complementary color
Monochromatic Colors of #FEAD3D
Black with #FEAD3D
Text Example
Text Example
White with #FEAD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD3D; }
p { color: rgb(254,173,61); }
H1.HeaderClassName
{
color: #FEAD3D;
}
.AnyTagClassName
{
color: #FEAD3D;
}
</style>
background-color css
<style>
a { background-color: #FEAD3D; }
a { background-color: rgb(254,173,61); }
div.DivClassName
{
background-color: #FEAD3D;
}
.BgClassName
{
background-color: #FEAD3D;
}
</style>
border-color css
<style>
span { border-color: #FEAD3D; }
span { border-color: rgb(254,173,61); }
td.TdClassName
{
border-color: #FEAD3D;
}
.TagClassName
{
border-color: #FEAD3D;
}
</style>