Shades of Yellow Orange #FDAC41
Tints of Yellow Orange #FDAC41
RGB
CMYK
RGB Variations
Color information
#FDAC41 (or 0xFDAC41) is known color: Yellow Orange. HEX triplet: FD, AC and 41. RGB value is (253,172,65). Sum of RGB (Red+Green+Blue) = 253+172+65=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC41 is #0253BE. Grayscale: #B8B8B8. Windows color (decimal): -152511 or 4304125. OLE color: 4304125.
HSL color Cylindrical-coordinate representation of color #FDAC41: hue angle of 34.15º 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 #FDAC41 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 65 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.01 |
| HSL | 34.15º | 0.98% | 0.62% | - |
| HSV(B) | 34.15º | 0.74% | 0.99% | - |
| XYZ | 56.21 | 50.77 | 11.84 | - |
| YUV | 184.02 | 60.84 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 65 | 0 | 0.32 | 0.74 | 0.01 | 34.15 | 0.98 | 0.62 |
| Hex | FD | AC | 41 | 0 | 20 | 4A | 1 | 22 | 62 | 3E |
| Octal | 375 | 254 | 101 | 0 | 40 | 112 | 1 | 42 | 142 | 76 |
| Binary | 11111101 | 10101100 | 1000001 | 0 | 100000 | 1001010 | 1 | 100010 | 1100010 | 111110 |
Color Harmonies of #FDAC41
Complementary color
Monochromatic Colors of #FDAC41
Black with #FDAC41
Text Example
Text Example
White with #FDAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC41; }
p { color: rgb(253,172,65); }
H1.HeaderClassName
{
color: #FDAC41;
}
.AnyTagClassName
{
color: #FDAC41;
}
</style>
background-color css
<style>
a { background-color: #FDAC41; }
a { background-color: rgb(253,172,65); }
div.DivClassName
{
background-color: #FDAC41;
}
.BgClassName
{
background-color: #FDAC41;
}
</style>
border-color css
<style>
span { border-color: #FDAC41; }
span { border-color: rgb(253,172,65); }
td.TdClassName
{
border-color: #FDAC41;
}
.TagClassName
{
border-color: #FDAC41;
}
</style>