Shades of Yellow Orange #FDAB40
Tints of Yellow Orange #FDAB40
RGB
CMYK
RGB Variations
Color information
#FDAB40 (or 0xFDAB40) is known color: Yellow Orange. HEX triplet: FD, AB and 40. RGB value is (253,171,64). Sum of RGB (Red+Green+Blue) = 253+171+64=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB40 is #0254BF. Grayscale: #B7B7B7. Windows color (decimal): -152768 or 4238333. OLE color: 4238333.
HSL color Cylindrical-coordinate representation of color #FDAB40: hue angle of 33.97º 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 #FDAB40 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 64 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.01 |
| HSL | 33.97º | 0.98% | 0.62% | - |
| HSV(B) | 33.97º | 0.75% | 0.99% | - |
| XYZ | 56 | 50.38 | 11.62 | - |
| YUV | 183.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 64 | 0 | 0.32 | 0.75 | 0.01 | 33.97 | 0.98 | 0.62 |
| Hex | FD | AB | 40 | 0 | 20 | 4B | 1 | 22 | 62 | 3E |
| Octal | 375 | 253 | 100 | 0 | 40 | 113 | 1 | 42 | 142 | 76 |
| Binary | 11111101 | 10101011 | 1000000 | 0 | 100000 | 1001011 | 1 | 100010 | 1100010 | 111110 |
Color Harmonies of #FDAB40
Complementary color
Monochromatic Colors of #FDAB40
Black with #FDAB40
Text Example
Text Example
White with #FDAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB40; }
p { color: rgb(253,171,64); }
H1.HeaderClassName
{
color: #FDAB40;
}
.AnyTagClassName
{
color: #FDAB40;
}
</style>
background-color css
<style>
a { background-color: #FDAB40; }
a { background-color: rgb(253,171,64); }
div.DivClassName
{
background-color: #FDAB40;
}
.BgClassName
{
background-color: #FDAB40;
}
</style>
border-color css
<style>
span { border-color: #FDAB40; }
span { border-color: rgb(253,171,64); }
td.TdClassName
{
border-color: #FDAB40;
}
.TagClassName
{
border-color: #FDAB40;
}
</style>