Shades of Sandy Brown #FEA561
Tints of Sandy Brown #FEA561
RGB
CMYK
RGB Variations
Color information
#FEA561 (or 0xFEA561) is known color: Sandy Brown. HEX triplet: FE, A5 and 61. RGB value is (254,165,97). Sum of RGB (Red+Green+Blue) = 254+165+97=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA561 is #015A9E. Grayscale: #B8B8B8. Windows color (decimal): -88735 or 6399486. OLE color: 6399486.
HSL color Cylindrical-coordinate representation of color #FEA561: hue angle of 25.99º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEA561 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 97 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.00 |
| HSL | 25.99º | 0.99% | 0.69% | - |
| HSV(B) | 25.99º | 0.62% | 1% | - |
| XYZ | 56.49 | 48.84 | 17.76 | - |
| YUV | 183.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 97 | 0 | 0.35 | 0.62 | 0.00 | 25.99 | 0.99 | 0.69 |
| Hex | FE | A5 | 61 | 0 | 23 | 3E | 0 | 1A | 63 | 45 |
| Octal | 376 | 245 | 141 | 0 | 43 | 76 | 0 | 32 | 143 | 105 |
| Binary | 11111110 | 10100101 | 1100001 | 0 | 100011 | 111110 | 0 | 11010 | 1100011 | 1000101 |
Color Harmonies of #FEA561
Complementary color
Monochromatic Colors of #FEA561
Black with #FEA561
Text Example
Text Example
White with #FEA561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA561; }
p { color: rgb(254,165,97); }
H1.HeaderClassName
{
color: #FEA561;
}
.AnyTagClassName
{
color: #FEA561;
}
</style>
background-color css
<style>
a { background-color: #FEA561; }
a { background-color: rgb(254,165,97); }
div.DivClassName
{
background-color: #FEA561;
}
.BgClassName
{
background-color: #FEA561;
}
</style>
border-color css
<style>
span { border-color: #FEA561; }
span { border-color: rgb(254,165,97); }
td.TdClassName
{
border-color: #FEA561;
}
.TagClassName
{
border-color: #FEA561;
}
</style>