Shades of Yellow Orange #FDA840
Tints of Yellow Orange #FDA840
RGB
CMYK
RGB Variations
Color information
#FDA840 (or 0xFDA840) is known color: Yellow Orange. HEX triplet: FD, A8 and 40. RGB value is (253,168,64). Sum of RGB (Red+Green+Blue) = 253+168+64=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA840 is #0257BF. Grayscale: #B6B6B6. Windows color (decimal): -153536 or 4237565. OLE color: 4237565.
HSL color Cylindrical-coordinate representation of color #FDA840: hue angle of 33.02º 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 #FDA840 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 64 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.01 |
| HSL | 33.02º | 0.98% | 0.62% | - |
| HSV(B) | 33.02º | 0.75% | 0.99% | - |
| XYZ | 55.44 | 49.26 | 11.44 | - |
| YUV | 181.56 | 61.66 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 64 | 0 | 0.34 | 0.75 | 0.01 | 33.02 | 0.98 | 0.62 |
| Hex | FD | A8 | 40 | 0 | 22 | 4B | 1 | 21 | 62 | 3E |
| Octal | 375 | 250 | 100 | 0 | 42 | 113 | 1 | 41 | 142 | 76 |
| Binary | 11111101 | 10101000 | 1000000 | 0 | 100010 | 1001011 | 1 | 100001 | 1100010 | 111110 |
Color Harmonies of #FDA840
Complementary color
Monochromatic Colors of #FDA840
Black with #FDA840
Text Example
Text Example
White with #FDA840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA840; }
p { color: rgb(253,168,64); }
H1.HeaderClassName
{
color: #FDA840;
}
.AnyTagClassName
{
color: #FDA840;
}
</style>
background-color css
<style>
a { background-color: #FDA840; }
a { background-color: rgb(253,168,64); }
div.DivClassName
{
background-color: #FDA840;
}
.BgClassName
{
background-color: #FDA840;
}
</style>
border-color css
<style>
span { border-color: #FDA840; }
span { border-color: rgb(253,168,64); }
td.TdClassName
{
border-color: #FDA840;
}
.TagClassName
{
border-color: #FDA840;
}
</style>