Shades of Sandy Brown #F89D5A
Tints of Sandy Brown #F89D5A
RGB
CMYK
RGB Variations
Color information
#F89D5A (or 0xF89D5A) is known color: Sandy Brown. HEX triplet: F8, 9D and 5A. RGB value is (248,157,90). Sum of RGB (Red+Green+Blue) = 248+157+90=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D5A is #0762A5. Grayscale: #B0B0B0. Windows color (decimal): -484006 or 5938680. OLE color: 5938680.
HSL color Cylindrical-coordinate representation of color #F89D5A: hue angle of 25.44º 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 #F89D5A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 90 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.03 |
| HSL | 25.44º | 0.92% | 0.66% | - |
| HSV(B) | 25.44º | 0.64% | 0.97% | - |
| XYZ | 52.61 | 44.81 | 15.55 | - |
| YUV | 176.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 90 | 0 | 0.37 | 0.64 | 0.03 | 25.44 | 0.92 | 0.66 |
| Hex | F8 | 9D | 5A | 0 | 25 | 40 | 3 | 19 | 5C | 42 |
| Octal | 370 | 235 | 132 | 0 | 45 | 100 | 3 | 31 | 134 | 102 |
| Binary | 11111000 | 10011101 | 1011010 | 0 | 100101 | 1000000 | 11 | 11001 | 1011100 | 1000010 |
Color Harmonies of #F89D5A
Complementary color
Monochromatic Colors of #F89D5A
Black with #F89D5A
Text Example
Text Example
White with #F89D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D5A; }
p { color: rgb(248,157,90); }
H1.HeaderClassName
{
color: #F89D5A;
}
.AnyTagClassName
{
color: #F89D5A;
}
</style>
background-color css
<style>
a { background-color: #F89D5A; }
a { background-color: rgb(248,157,90); }
div.DivClassName
{
background-color: #F89D5A;
}
.BgClassName
{
background-color: #F89D5A;
}
</style>
border-color css
<style>
span { border-color: #F89D5A; }
span { border-color: rgb(248,157,90); }
td.TdClassName
{
border-color: #F89D5A;
}
.TagClassName
{
border-color: #F89D5A;
}
</style>