Shades of Yellow Orange #FDA43E
Tints of Yellow Orange #FDA43E
RGB
CMYK
RGB Variations
Color information
#FDA43E (or 0xFDA43E) is known color: Yellow Orange. HEX triplet: FD, A4 and 3E. RGB value is (253,164,62). Sum of RGB (Red+Green+Blue) = 253+164+62=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA43E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA43E is #025BC1. Grayscale: #B3B3B3. Windows color (decimal): -154562 or 4105469. OLE color: 4105469.
HSL color Cylindrical-coordinate representation of color #FDA43E: hue angle of 32.04º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDA43E is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 62 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.01 |
| HSL | 32.04º | 0.98% | 0.62% | - |
| HSV(B) | 32.04º | 0.75% | 0.99% | - |
| XYZ | 54.65 | 47.78 | 10.9 | - |
| YUV | 178.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 62 | 0 | 0.35 | 0.75 | 0.01 | 32.04 | 0.98 | 0.62 |
| Hex | FD | A4 | 3E | 0 | 23 | 4B | 1 | 20 | 62 | 3E |
| Octal | 375 | 244 | 76 | 0 | 43 | 113 | 1 | 40 | 142 | 76 |
| Binary | 11111101 | 10100100 | 111110 | 0 | 100011 | 1001011 | 1 | 100000 | 1100010 | 111110 |
Color Harmonies of #FDA43E
Complementary color
Monochromatic Colors of #FDA43E
Black with #FDA43E
Text Example
Text Example
White with #FDA43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA43E; }
p { color: rgb(253,164,62); }
H1.HeaderClassName
{
color: #FDA43E;
}
.AnyTagClassName
{
color: #FDA43E;
}
</style>
background-color css
<style>
a { background-color: #FDA43E; }
a { background-color: rgb(253,164,62); }
div.DivClassName
{
background-color: #FDA43E;
}
.BgClassName
{
background-color: #FDA43E;
}
</style>
border-color css
<style>
span { border-color: #FDA43E; }
span { border-color: rgb(253,164,62); }
td.TdClassName
{
border-color: #FDA43E;
}
.TagClassName
{
border-color: #FDA43E;
}
</style>