Shades of Yellow Orange #FDAA41
Tints of Yellow Orange #FDAA41
RGB
CMYK
RGB Variations
Color information
#FDAA41 (or 0xFDAA41) is known color: Yellow Orange. HEX triplet: FD, AA and 41. RGB value is (253,170,65). Sum of RGB (Red+Green+Blue) = 253+170+65=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA41 is #0255BE. Grayscale: #B7B7B7. Windows color (decimal): -153023 or 4303613. OLE color: 4303613.
HSL color Cylindrical-coordinate representation of color #FDAA41: hue angle of 33.51º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDAA41 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 65 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.01 |
| HSL | 33.51º | 0.98% | 0.62% | - |
| HSV(B) | 33.51º | 0.74% | 0.99% | - |
| XYZ | 55.84 | 50.01 | 11.71 | - |
| YUV | 182.85 | 61.5 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 65 | 0 | 0.33 | 0.74 | 0.01 | 33.51 | 0.98 | 0.62 |
| Hex | FD | AA | 41 | 0 | 21 | 4A | 1 | 22 | 62 | 3E |
| Octal | 375 | 252 | 101 | 0 | 41 | 112 | 1 | 42 | 142 | 76 |
| Binary | 11111101 | 10101010 | 1000001 | 0 | 100001 | 1001010 | 1 | 100010 | 1100010 | 111110 |
Color Harmonies of #FDAA41
Complementary color
Monochromatic Colors of #FDAA41
Black with #FDAA41
Text Example
Text Example
White with #FDAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA41; }
p { color: rgb(253,170,65); }
H1.HeaderClassName
{
color: #FDAA41;
}
.AnyTagClassName
{
color: #FDAA41;
}
</style>
background-color css
<style>
a { background-color: #FDAA41; }
a { background-color: rgb(253,170,65); }
div.DivClassName
{
background-color: #FDAA41;
}
.BgClassName
{
background-color: #FDAA41;
}
</style>
border-color css
<style>
span { border-color: #FDAA41; }
span { border-color: rgb(253,170,65); }
td.TdClassName
{
border-color: #FDAA41;
}
.TagClassName
{
border-color: #FDAA41;
}
</style>