Shades of Sunshade #FDA446
Tints of Sunshade #FDA446
RGB
CMYK
RGB Variations
Color information
#FDA446 (or 0xFDA446) is known color: Sunshade. HEX triplet: FD, A4 and 46. RGB value is (253,164,70). Sum of RGB (Red+Green+Blue) = 253+164+70=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA446 is #025BB9. Grayscale: #B4B4B4. Windows color (decimal): -154554 or 4629757. OLE color: 4629757.
HSL color Cylindrical-coordinate representation of color #FDA446: hue angle of 30.82º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDA446 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 70 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.01 |
| HSL | 30.82º | 0.98% | 0.63% | - |
| HSV(B) | 30.82º | 0.72% | 0.99% | - |
| XYZ | 54.89 | 47.88 | 12.14 | - |
| YUV | 179.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 70 | 0 | 0.35 | 0.72 | 0.01 | 30.82 | 0.98 | 0.63 |
| Hex | FD | A4 | 46 | 0 | 23 | 48 | 1 | 1F | 62 | 3F |
| Octal | 375 | 244 | 106 | 0 | 43 | 110 | 1 | 37 | 142 | 77 |
| Binary | 11111101 | 10100100 | 1000110 | 0 | 100011 | 1001000 | 1 | 11111 | 1100010 | 111111 |
Color Harmonies of #FDA446
Complementary color
Monochromatic Colors of #FDA446
Black with #FDA446
Text Example
Text Example
White with #FDA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA446; }
p { color: rgb(253,164,70); }
H1.HeaderClassName
{
color: #FDA446;
}
.AnyTagClassName
{
color: #FDA446;
}
</style>
background-color css
<style>
a { background-color: #FDA446; }
a { background-color: rgb(253,164,70); }
div.DivClassName
{
background-color: #FDA446;
}
.BgClassName
{
background-color: #FDA446;
}
</style>
border-color css
<style>
span { border-color: #FDA446; }
span { border-color: rgb(253,164,70); }
td.TdClassName
{
border-color: #FDA446;
}
.TagClassName
{
border-color: #FDA446;
}
</style>