Shades of Yellow Orange #FDB440
Tints of Yellow Orange #FDB440
RGB
CMYK
RGB Variations
Color information
#FDB440 (or 0xFDB440) is known color: Yellow Orange. HEX triplet: FD, B4 and 40. RGB value is (253,180,64). Sum of RGB (Red+Green+Blue) = 253+180+64=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB440 is #024BBF. Grayscale: #BDBDBD. Windows color (decimal): -150464 or 4240637. OLE color: 4240637.
HSL color Cylindrical-coordinate representation of color #FDB440: hue angle of 36.83º 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 #FDB440 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 64 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.01 |
| HSL | 36.83º | 0.98% | 0.62% | - |
| HSV(B) | 36.83º | 0.75% | 0.99% | - |
| XYZ | 57.75 | 53.9 | 12.21 | - |
| YUV | 188.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 64 | 0 | 0.29 | 0.75 | 0.01 | 36.83 | 0.98 | 0.62 |
| Hex | FD | B4 | 40 | 0 | 1D | 4B | 1 | 25 | 62 | 3E |
| Octal | 375 | 264 | 100 | 0 | 35 | 113 | 1 | 45 | 142 | 76 |
| Binary | 11111101 | 10110100 | 1000000 | 0 | 11101 | 1001011 | 1 | 100101 | 1100010 | 111110 |
Color Harmonies of #FDB440
Complementary color
Monochromatic Colors of #FDB440
Black with #FDB440
Text Example
Text Example
White with #FDB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB440; }
p { color: rgb(253,180,64); }
H1.HeaderClassName
{
color: #FDB440;
}
.AnyTagClassName
{
color: #FDB440;
}
</style>
background-color css
<style>
a { background-color: #FDB440; }
a { background-color: rgb(253,180,64); }
div.DivClassName
{
background-color: #FDB440;
}
.BgClassName
{
background-color: #FDB440;
}
</style>
border-color css
<style>
span { border-color: #FDB440; }
span { border-color: rgb(253,180,64); }
td.TdClassName
{
border-color: #FDB440;
}
.TagClassName
{
border-color: #FDB440;
}
</style>