Shades of Sandy Brown #FDA458
Tints of Sandy Brown #FDA458
RGB
CMYK
RGB Variations
Color information
#FDA458 (or 0xFDA458) is known color: Sandy Brown. HEX triplet: FD, A4 and 58. RGB value is (253,164,88). Sum of RGB (Red+Green+Blue) = 253+164+88=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA458 is #025BA7. Grayscale: #B6B6B6. Windows color (decimal): -154536 or 5809405. OLE color: 5809405.
HSL color Cylindrical-coordinate representation of color #FDA458: hue angle of 27.64º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDA458 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 88 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.01 |
| HSL | 27.64º | 0.98% | 0.67% | - |
| HSV(B) | 27.64º | 0.65% | 0.99% | - |
| XYZ | 55.54 | 48.14 | 15.6 | - |
| YUV | 181.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 88 | 0 | 0.35 | 0.65 | 0.01 | 27.64 | 0.98 | 0.67 |
| Hex | FD | A4 | 58 | 0 | 23 | 41 | 1 | 1C | 62 | 43 |
| Octal | 375 | 244 | 130 | 0 | 43 | 101 | 1 | 34 | 142 | 103 |
| Binary | 11111101 | 10100100 | 1011000 | 0 | 100011 | 1000001 | 1 | 11100 | 1100010 | 1000011 |
Color Harmonies of #FDA458
Complementary color
Monochromatic Colors of #FDA458
Black with #FDA458
Text Example
Text Example
White with #FDA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA458; }
p { color: rgb(253,164,88); }
H1.HeaderClassName
{
color: #FDA458;
}
.AnyTagClassName
{
color: #FDA458;
}
</style>
background-color css
<style>
a { background-color: #FDA458; }
a { background-color: rgb(253,164,88); }
div.DivClassName
{
background-color: #FDA458;
}
.BgClassName
{
background-color: #FDA458;
}
</style>
border-color css
<style>
span { border-color: #FDA458; }
span { border-color: rgb(253,164,88); }
td.TdClassName
{
border-color: #FDA458;
}
.TagClassName
{
border-color: #FDA458;
}
</style>