Shades of Sandy Brown #F89E5A
Tints of Sandy Brown #F89E5A
RGB
CMYK
RGB Variations
Color information
#F89E5A (or 0xF89E5A) is known color: Sandy Brown. HEX triplet: F8, 9E and 5A. RGB value is (248,158,90). Sum of RGB (Red+Green+Blue) = 248+158+90=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E5A is #0761A5. Grayscale: #B1B1B1. Windows color (decimal): -483750 or 5938936. OLE color: 5938936.
HSL color Cylindrical-coordinate representation of color #F89E5A: hue angle of 25.82º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F89E5A is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 90 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.03 |
| HSL | 25.82º | 0.92% | 0.66% | - |
| HSV(B) | 25.82º | 0.64% | 0.97% | - |
| XYZ | 52.78 | 45.15 | 15.61 | - |
| YUV | 177.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 90 | 0 | 0.36 | 0.64 | 0.03 | 25.82 | 0.92 | 0.66 |
| Hex | F8 | 9E | 5A | 0 | 24 | 40 | 3 | 1A | 5C | 42 |
| Octal | 370 | 236 | 132 | 0 | 44 | 100 | 3 | 32 | 134 | 102 |
| Binary | 11111000 | 10011110 | 1011010 | 0 | 100100 | 1000000 | 11 | 11010 | 1011100 | 1000010 |
Color Harmonies of #F89E5A
Complementary color
Monochromatic Colors of #F89E5A
Black with #F89E5A
Text Example
Text Example
White with #F89E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E5A; }
p { color: rgb(248,158,90); }
H1.HeaderClassName
{
color: #F89E5A;
}
.AnyTagClassName
{
color: #F89E5A;
}
</style>
background-color css
<style>
a { background-color: #F89E5A; }
a { background-color: rgb(248,158,90); }
div.DivClassName
{
background-color: #F89E5A;
}
.BgClassName
{
background-color: #F89E5A;
}
</style>
border-color css
<style>
span { border-color: #F89E5A; }
span { border-color: rgb(248,158,90); }
td.TdClassName
{
border-color: #F89E5A;
}
.TagClassName
{
border-color: #F89E5A;
}
</style>