Shades of Yellow Orange #FDAA3C
Tints of Yellow Orange #FDAA3C
RGB
CMYK
RGB Variations
Color information
#FDAA3C (or 0xFDAA3C) is known color: Yellow Orange. HEX triplet: FD, AA and 3C. RGB value is (253,170,60). Sum of RGB (Red+Green+Blue) = 253+170+60=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA3C is #0255C3. Grayscale: #B6B6B6. Windows color (decimal): -153028 or 3975933. OLE color: 3975933.
HSL color Cylindrical-coordinate representation of color #FDAA3C: hue angle of 34.2º 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 #FDAA3C is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 60 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.01 |
| HSL | 34.2º | 0.98% | 0.61% | - |
| HSV(B) | 34.2º | 0.76% | 0.99% | - |
| XYZ | 55.7 | 49.96 | 10.98 | - |
| YUV | 182.28 | 59 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 60 | 0 | 0.33 | 0.76 | 0.01 | 34.2 | 0.98 | 0.61 |
| Hex | FD | AA | 3C | 0 | 21 | 4C | 1 | 22 | 62 | 3D |
| Octal | 375 | 252 | 74 | 0 | 41 | 114 | 1 | 42 | 142 | 75 |
| Binary | 11111101 | 10101010 | 111100 | 0 | 100001 | 1001100 | 1 | 100010 | 1100010 | 111101 |
Color Harmonies of #FDAA3C
Complementary color
Monochromatic Colors of #FDAA3C
Black with #FDAA3C
Text Example
Text Example
White with #FDAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA3C; }
p { color: rgb(253,170,60); }
H1.HeaderClassName
{
color: #FDAA3C;
}
.AnyTagClassName
{
color: #FDAA3C;
}
</style>
background-color css
<style>
a { background-color: #FDAA3C; }
a { background-color: rgb(253,170,60); }
div.DivClassName
{
background-color: #FDAA3C;
}
.BgClassName
{
background-color: #FDAA3C;
}
</style>
border-color css
<style>
span { border-color: #FDAA3C; }
span { border-color: rgb(253,170,60); }
td.TdClassName
{
border-color: #FDAA3C;
}
.TagClassName
{
border-color: #FDAA3C;
}
</style>