Shades of Yellow Orange #FDAC40
Tints of Yellow Orange #FDAC40
RGB
CMYK
RGB Variations
Color information
#FDAC40 (or 0xFDAC40) is known color: Yellow Orange. HEX triplet: FD, AC and 40. RGB value is (253,172,64). Sum of RGB (Red+Green+Blue) = 253+172+64=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC40 is #0253BF. Grayscale: #B8B8B8. Windows color (decimal): -152512 or 4238589. OLE color: 4238589.
HSL color Cylindrical-coordinate representation of color #FDAC40: hue angle of 34.29º 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 #FDAC40 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 64 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.01 |
| HSL | 34.29º | 0.98% | 0.62% | - |
| HSV(B) | 34.29º | 0.75% | 0.99% | - |
| XYZ | 56.19 | 50.76 | 11.69 | - |
| YUV | 183.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 64 | 0 | 0.32 | 0.75 | 0.01 | 34.29 | 0.98 | 0.62 |
| Hex | FD | AC | 40 | 0 | 20 | 4B | 1 | 22 | 62 | 3E |
| Octal | 375 | 254 | 100 | 0 | 40 | 113 | 1 | 42 | 142 | 76 |
| Binary | 11111101 | 10101100 | 1000000 | 0 | 100000 | 1001011 | 1 | 100010 | 1100010 | 111110 |
Color Harmonies of #FDAC40
Complementary color
Monochromatic Colors of #FDAC40
Black with #FDAC40
Text Example
Text Example
White with #FDAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC40; }
p { color: rgb(253,172,64); }
H1.HeaderClassName
{
color: #FDAC40;
}
.AnyTagClassName
{
color: #FDAC40;
}
</style>
background-color css
<style>
a { background-color: #FDAC40; }
a { background-color: rgb(253,172,64); }
div.DivClassName
{
background-color: #FDAC40;
}
.BgClassName
{
background-color: #FDAC40;
}
</style>
border-color css
<style>
span { border-color: #FDAC40; }
span { border-color: rgb(253,172,64); }
td.TdClassName
{
border-color: #FDAC40;
}
.TagClassName
{
border-color: #FDAC40;
}
</style>