Shades of Sandy Brown #F89B5A
Tints of Sandy Brown #F89B5A
RGB
CMYK
RGB Variations
Color information
#F89B5A (or 0xF89B5A) is known color: Sandy Brown. HEX triplet: F8, 9B and 5A. RGB value is (248,155,90). Sum of RGB (Red+Green+Blue) = 248+155+90=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B5A is #0764A5. Grayscale: #AFAFAF. Windows color (decimal): -484518 or 5938168. OLE color: 5938168.
HSL color Cylindrical-coordinate representation of color #F89B5A: hue angle of 24.68º 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 #F89B5A is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 90 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.03 |
| HSL | 24.68º | 0.92% | 0.66% | - |
| HSV(B) | 24.68º | 0.64% | 0.97% | - |
| XYZ | 52.28 | 44.14 | 15.44 | - |
| YUV | 175.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 90 | 0 | 0.38 | 0.64 | 0.03 | 24.68 | 0.92 | 0.66 |
| Hex | F8 | 9B | 5A | 0 | 26 | 40 | 3 | 19 | 5C | 42 |
| Octal | 370 | 233 | 132 | 0 | 46 | 100 | 3 | 31 | 134 | 102 |
| Binary | 11111000 | 10011011 | 1011010 | 0 | 100110 | 1000000 | 11 | 11001 | 1011100 | 1000010 |
Color Harmonies of #F89B5A
Complementary color
Monochromatic Colors of #F89B5A
Black with #F89B5A
Text Example
Text Example
White with #F89B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B5A; }
p { color: rgb(248,155,90); }
H1.HeaderClassName
{
color: #F89B5A;
}
.AnyTagClassName
{
color: #F89B5A;
}
</style>
background-color css
<style>
a { background-color: #F89B5A; }
a { background-color: rgb(248,155,90); }
div.DivClassName
{
background-color: #F89B5A;
}
.BgClassName
{
background-color: #F89B5A;
}
</style>
border-color css
<style>
span { border-color: #F89B5A; }
span { border-color: rgb(248,155,90); }
td.TdClassName
{
border-color: #F89B5A;
}
.TagClassName
{
border-color: #F89B5A;
}
</style>