Shades of Sandy Brown #FDA25A
Tints of Sandy Brown #FDA25A
RGB
CMYK
RGB Variations
Color information
#FDA25A (or 0xFDA25A) is known color: Sandy Brown. HEX triplet: FD, A2 and 5A. RGB value is (253,162,90). Sum of RGB (Red+Green+Blue) = 253+162+90=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA25A is #025DA5. Grayscale: #B5B5B5. Windows color (decimal): -155046 or 5939965. OLE color: 5939965.
HSL color Cylindrical-coordinate representation of color #FDA25A: hue angle of 26.5º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA25A is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 90 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.01 |
| HSL | 26.5º | 0.98% | 0.67% | - |
| HSV(B) | 26.5º | 0.64% | 0.99% | - |
| XYZ | 55.27 | 47.46 | 15.92 | - |
| YUV | 181 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 90 | 0 | 0.36 | 0.64 | 0.01 | 26.5 | 0.98 | 0.67 |
| Hex | FD | A2 | 5A | 0 | 24 | 40 | 1 | 1B | 62 | 43 |
| Octal | 375 | 242 | 132 | 0 | 44 | 100 | 1 | 33 | 142 | 103 |
| Binary | 11111101 | 10100010 | 1011010 | 0 | 100100 | 1000000 | 1 | 11011 | 1100010 | 1000011 |
Color Harmonies of #FDA25A
Complementary color
Monochromatic Colors of #FDA25A
Black with #FDA25A
Text Example
Text Example
White with #FDA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA25A; }
p { color: rgb(253,162,90); }
H1.HeaderClassName
{
color: #FDA25A;
}
.AnyTagClassName
{
color: #FDA25A;
}
</style>
background-color css
<style>
a { background-color: #FDA25A; }
a { background-color: rgb(253,162,90); }
div.DivClassName
{
background-color: #FDA25A;
}
.BgClassName
{
background-color: #FDA25A;
}
</style>
border-color css
<style>
span { border-color: #FDA25A; }
span { border-color: rgb(253,162,90); }
td.TdClassName
{
border-color: #FDA25A;
}
.TagClassName
{
border-color: #FDA25A;
}
</style>