Shades of Yellow Orange #FDB040
Tints of Yellow Orange #FDB040
RGB
CMYK
RGB Variations
Color information
#FDB040 (or 0xFDB040) is known color: Yellow Orange. HEX triplet: FD, B0 and 40. RGB value is (253,176,64). Sum of RGB (Red+Green+Blue) = 253+176+64=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB040 is #024FBF. Grayscale: #BABABA. Windows color (decimal): -151488 or 4239613. OLE color: 4239613.
HSL color Cylindrical-coordinate representation of color #FDB040: hue angle of 35.56º 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 #FDB040 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 64 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.01 |
| HSL | 35.56º | 0.98% | 0.62% | - |
| HSV(B) | 35.56º | 0.75% | 0.99% | - |
| XYZ | 56.96 | 52.3 | 11.94 | - |
| YUV | 186.26 | 59.01 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 64 | 0 | 0.30 | 0.75 | 0.01 | 35.56 | 0.98 | 0.62 |
| Hex | FD | B0 | 40 | 0 | 1E | 4B | 1 | 24 | 62 | 3E |
| Octal | 375 | 260 | 100 | 0 | 36 | 113 | 1 | 44 | 142 | 76 |
| Binary | 11111101 | 10110000 | 1000000 | 0 | 11110 | 1001011 | 1 | 100100 | 1100010 | 111110 |
Color Harmonies of #FDB040
Complementary color
Monochromatic Colors of #FDB040
Black with #FDB040
Text Example
Text Example
White with #FDB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB040; }
p { color: rgb(253,176,64); }
H1.HeaderClassName
{
color: #FDB040;
}
.AnyTagClassName
{
color: #FDB040;
}
</style>
background-color css
<style>
a { background-color: #FDB040; }
a { background-color: rgb(253,176,64); }
div.DivClassName
{
background-color: #FDB040;
}
.BgClassName
{
background-color: #FDB040;
}
</style>
border-color css
<style>
span { border-color: #FDB040; }
span { border-color: rgb(253,176,64); }
td.TdClassName
{
border-color: #FDB040;
}
.TagClassName
{
border-color: #FDB040;
}
</style>