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