Shades of Yellow Orange #FDAB3E
Tints of Yellow Orange #FDAB3E
RGB
CMYK
RGB Variations
Color information
#FDAB3E (or 0xFDAB3E) is known color: Yellow Orange. HEX triplet: FD, AB and 3E. RGB value is (253,171,62). Sum of RGB (Red+Green+Blue) = 253+171+62=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB3E is #0254C1. Grayscale: #B7B7B7. Windows color (decimal): -152770 or 4107261. OLE color: 4107261.
HSL color Cylindrical-coordinate representation of color #FDAB3E: hue angle of 34.24º 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 #FDAB3E is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 62 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.01 |
| HSL | 34.24º | 0.98% | 0.62% | - |
| HSV(B) | 34.24º | 0.75% | 0.99% | - |
| XYZ | 55.94 | 50.36 | 11.33 | - |
| YUV | 183.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 62 | 0 | 0.32 | 0.75 | 0.01 | 34.24 | 0.98 | 0.62 |
| Hex | FD | AB | 3E | 0 | 20 | 4B | 1 | 22 | 62 | 3E |
| Octal | 375 | 253 | 76 | 0 | 40 | 113 | 1 | 42 | 142 | 76 |
| Binary | 11111101 | 10101011 | 111110 | 0 | 100000 | 1001011 | 1 | 100010 | 1100010 | 111110 |
Color Harmonies of #FDAB3E
Complementary color
Monochromatic Colors of #FDAB3E
Black with #FDAB3E
Text Example
Text Example
White with #FDAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB3E; }
p { color: rgb(253,171,62); }
H1.HeaderClassName
{
color: #FDAB3E;
}
.AnyTagClassName
{
color: #FDAB3E;
}
</style>
background-color css
<style>
a { background-color: #FDAB3E; }
a { background-color: rgb(253,171,62); }
div.DivClassName
{
background-color: #FDAB3E;
}
.BgClassName
{
background-color: #FDAB3E;
}
</style>
border-color css
<style>
span { border-color: #FDAB3E; }
span { border-color: rgb(253,171,62); }
td.TdClassName
{
border-color: #FDAB3E;
}
.TagClassName
{
border-color: #FDAB3E;
}
</style>