Shades of Yellow Orange #FDB340
Tints of Yellow Orange #FDB340
RGB
CMYK
RGB Variations
Color information
#FDB340 (or 0xFDB340) is known color: Yellow Orange. HEX triplet: FD, B3 and 40. RGB value is (253,179,64). Sum of RGB (Red+Green+Blue) = 253+179+64=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB340 is #024CBF. Grayscale: #BCBCBC. Windows color (decimal): -150720 or 4240381. OLE color: 4240381.
HSL color Cylindrical-coordinate representation of color #FDB340: hue angle of 36.51º 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 #FDB340 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 64 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.01 |
| HSL | 36.51º | 0.98% | 0.62% | - |
| HSV(B) | 36.51º | 0.75% | 0.99% | - |
| XYZ | 57.55 | 53.49 | 12.14 | - |
| YUV | 188.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 64 | 0 | 0.29 | 0.75 | 0.01 | 36.51 | 0.98 | 0.62 |
| Hex | FD | B3 | 40 | 0 | 1D | 4B | 1 | 25 | 62 | 3E |
| Octal | 375 | 263 | 100 | 0 | 35 | 113 | 1 | 45 | 142 | 76 |
| Binary | 11111101 | 10110011 | 1000000 | 0 | 11101 | 1001011 | 1 | 100101 | 1100010 | 111110 |
Color Harmonies of #FDB340
Complementary color
Monochromatic Colors of #FDB340
Black with #FDB340
Text Example
Text Example
White with #FDB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB340; }
p { color: rgb(253,179,64); }
H1.HeaderClassName
{
color: #FDB340;
}
.AnyTagClassName
{
color: #FDB340;
}
</style>
background-color css
<style>
a { background-color: #FDB340; }
a { background-color: rgb(253,179,64); }
div.DivClassName
{
background-color: #FDB340;
}
.BgClassName
{
background-color: #FDB340;
}
</style>
border-color css
<style>
span { border-color: #FDB340; }
span { border-color: rgb(253,179,64); }
td.TdClassName
{
border-color: #FDB340;
}
.TagClassName
{
border-color: #FDB340;
}
</style>