Shades of Sandy Brown #FDA05F
Tints of Sandy Brown #FDA05F
RGB
CMYK
RGB Variations
Color information
#FDA05F (or 0xFDA05F) is known color: Sandy Brown. HEX triplet: FD, A0 and 5F. RGB value is (253,160,95). Sum of RGB (Red+Green+Blue) = 253+160+95=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA05F is #025FA0. Grayscale: #B4B4B4. Windows color (decimal): -155553 or 6267133. OLE color: 6267133.
HSL color Cylindrical-coordinate representation of color #FDA05F: hue angle of 24.68º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDA05F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 95 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.01 |
| HSL | 24.68º | 0.98% | 0.68% | - |
| HSV(B) | 24.68º | 0.62% | 0.99% | - |
| XYZ | 55.14 | 46.85 | 16.96 | - |
| YUV | 180.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 95 | 0 | 0.37 | 0.62 | 0.01 | 24.68 | 0.98 | 0.68 |
| Hex | FD | A0 | 5F | 0 | 25 | 3E | 1 | 19 | 62 | 44 |
| Octal | 375 | 240 | 137 | 0 | 45 | 76 | 1 | 31 | 142 | 104 |
| Binary | 11111101 | 10100000 | 1011111 | 0 | 100101 | 111110 | 1 | 11001 | 1100010 | 1000100 |
Color Harmonies of #FDA05F
Complementary color
Monochromatic Colors of #FDA05F
Black with #FDA05F
Text Example
Text Example
White with #FDA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA05F; }
p { color: rgb(253,160,95); }
H1.HeaderClassName
{
color: #FDA05F;
}
.AnyTagClassName
{
color: #FDA05F;
}
</style>
background-color css
<style>
a { background-color: #FDA05F; }
a { background-color: rgb(253,160,95); }
div.DivClassName
{
background-color: #FDA05F;
}
.BgClassName
{
background-color: #FDA05F;
}
</style>
border-color css
<style>
span { border-color: #FDA05F; }
span { border-color: rgb(253,160,95); }
td.TdClassName
{
border-color: #FDA05F;
}
.TagClassName
{
border-color: #FDA05F;
}
</style>