Shades of Yellow Orange #FDAB3C
Tints of Yellow Orange #FDAB3C
RGB
CMYK
RGB Variations
Color information
#FDAB3C (or 0xFDAB3C) is known color: Yellow Orange. HEX triplet: FD, AB and 3C. RGB value is (253,171,60). Sum of RGB (Red+Green+Blue) = 253+171+60=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB3C is #0254C3. Grayscale: #B7B7B7. Windows color (decimal): -152772 or 3976189. OLE color: 3976189.
HSL color Cylindrical-coordinate representation of color #FDAB3C: hue angle of 34.51º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDAB3C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 60 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.01 |
| HSL | 34.51º | 0.98% | 0.61% | - |
| HSV(B) | 34.51º | 0.76% | 0.99% | - |
| XYZ | 55.89 | 50.33 | 11.05 | - |
| YUV | 182.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 60 | 0 | 0.32 | 0.76 | 0.01 | 34.51 | 0.98 | 0.61 |
| Hex | FD | AB | 3C | 0 | 20 | 4C | 1 | 23 | 62 | 3D |
| Octal | 375 | 253 | 74 | 0 | 40 | 114 | 1 | 43 | 142 | 75 |
| Binary | 11111101 | 10101011 | 111100 | 0 | 100000 | 1001100 | 1 | 100011 | 1100010 | 111101 |
Color Harmonies of #FDAB3C
Complementary color
Monochromatic Colors of #FDAB3C
Black with #FDAB3C
Text Example
Text Example
White with #FDAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB3C; }
p { color: rgb(253,171,60); }
H1.HeaderClassName
{
color: #FDAB3C;
}
.AnyTagClassName
{
color: #FDAB3C;
}
</style>
background-color css
<style>
a { background-color: #FDAB3C; }
a { background-color: rgb(253,171,60); }
div.DivClassName
{
background-color: #FDAB3C;
}
.BgClassName
{
background-color: #FDAB3C;
}
</style>
border-color css
<style>
span { border-color: #FDAB3C; }
span { border-color: rgb(253,171,60); }
td.TdClassName
{
border-color: #FDAB3C;
}
.TagClassName
{
border-color: #FDAB3C;
}
</style>