Shades of Yellow Orange #FDB13F
Tints of Yellow Orange #FDB13F
RGB
CMYK
RGB Variations
Color information
#FDB13F (or 0xFDB13F) is known color: Yellow Orange. HEX triplet: FD, B1 and 3F. RGB value is (253,177,63). Sum of RGB (Red+Green+Blue) = 253+177+63=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB13F is #024EC0. Grayscale: #BBBBBB. Windows color (decimal): -151233 or 4174333. OLE color: 4174333.
HSL color Cylindrical-coordinate representation of color #FDB13F: hue angle of 36º 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 #FDB13F is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 63 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.01 |
| HSL | 36º | 0.98% | 0.62% | - |
| HSV(B) | 36º | 0.75% | 0.99% | - |
| XYZ | 57.13 | 52.69 | 11.86 | - |
| YUV | 186.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 63 | 0 | 0.30 | 0.75 | 0.01 | 36 | 0.98 | 0.62 |
| Hex | FD | B1 | 3F | 0 | 1E | 4B | 1 | 24 | 62 | 3E |
| Octal | 375 | 261 | 77 | 0 | 36 | 113 | 1 | 44 | 142 | 76 |
| Binary | 11111101 | 10110001 | 111111 | 0 | 11110 | 1001011 | 1 | 100100 | 1100010 | 111110 |
Color Harmonies of #FDB13F
Complementary color
Monochromatic Colors of #FDB13F
Black with #FDB13F
Text Example
Text Example
White with #FDB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB13F; }
p { color: rgb(253,177,63); }
H1.HeaderClassName
{
color: #FDB13F;
}
.AnyTagClassName
{
color: #FDB13F;
}
</style>
background-color css
<style>
a { background-color: #FDB13F; }
a { background-color: rgb(253,177,63); }
div.DivClassName
{
background-color: #FDB13F;
}
.BgClassName
{
background-color: #FDB13F;
}
</style>
border-color css
<style>
span { border-color: #FDB13F; }
span { border-color: rgb(253,177,63); }
td.TdClassName
{
border-color: #FDB13F;
}
.TagClassName
{
border-color: #FDB13F;
}
</style>