Shades of Yellow Orange #FDA440
Tints of Yellow Orange #FDA440
RGB
CMYK
RGB Variations
Color information
#FDA440 (or 0xFDA440) is known color: Yellow Orange. HEX triplet: FD, A4 and 40. RGB value is (253,164,64). Sum of RGB (Red+Green+Blue) = 253+164+64=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA440 is #025BBF. Grayscale: #B3B3B3. Windows color (decimal): -154560 or 4236541. OLE color: 4236541.
HSL color Cylindrical-coordinate representation of color #FDA440: hue angle of 31.75º 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 #FDA440 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 64 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.01 |
| HSL | 31.75º | 0.98% | 0.62% | - |
| HSV(B) | 31.75º | 0.75% | 0.99% | - |
| XYZ | 54.71 | 47.8 | 11.19 | - |
| YUV | 179.21 | 62.99 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 64 | 0 | 0.35 | 0.75 | 0.01 | 31.75 | 0.98 | 0.62 |
| Hex | FD | A4 | 40 | 0 | 23 | 4B | 1 | 20 | 62 | 3E |
| Octal | 375 | 244 | 100 | 0 | 43 | 113 | 1 | 40 | 142 | 76 |
| Binary | 11111101 | 10100100 | 1000000 | 0 | 100011 | 1001011 | 1 | 100000 | 1100010 | 111110 |
Color Harmonies of #FDA440
Complementary color
Monochromatic Colors of #FDA440
Black with #FDA440
Text Example
Text Example
White with #FDA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA440; }
p { color: rgb(253,164,64); }
H1.HeaderClassName
{
color: #FDA440;
}
.AnyTagClassName
{
color: #FDA440;
}
</style>
background-color css
<style>
a { background-color: #FDA440; }
a { background-color: rgb(253,164,64); }
div.DivClassName
{
background-color: #FDA440;
}
.BgClassName
{
background-color: #FDA440;
}
</style>
border-color css
<style>
span { border-color: #FDA440; }
span { border-color: rgb(253,164,64); }
td.TdClassName
{
border-color: #FDA440;
}
.TagClassName
{
border-color: #FDA440;
}
</style>