Shades of Sandy Brown #F4985A
Tints of Sandy Brown #F4985A
RGB
CMYK
RGB Variations
Color information
#F4985A (or 0xF4985A) is known color: Sandy Brown. HEX triplet: F4, 98 and 5A. RGB value is (244,152,90). Sum of RGB (Red+Green+Blue) = 244+152+90=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4985A is #0B67A5. Grayscale: #ACACAC. Windows color (decimal): -747430 or 5937396. OLE color: 5937396.
HSL color Cylindrical-coordinate representation of color #F4985A: hue angle of 24.16º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4985A is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 90 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.04 |
| HSL | 24.16º | 0.88% | 0.65% | - |
| HSV(B) | 24.16º | 0.63% | 0.96% | - |
| XYZ | 50.38 | 42.43 | 15.21 | - |
| YUV | 172.44 | 81.48 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 90 | 0 | 0.38 | 0.63 | 0.04 | 24.16 | 0.88 | 0.65 |
| Hex | F4 | 98 | 5A | 0 | 26 | 3F | 4 | 18 | 58 | 41 |
| Octal | 364 | 230 | 132 | 0 | 46 | 77 | 4 | 30 | 130 | 101 |
| Binary | 11110100 | 10011000 | 1011010 | 0 | 100110 | 111111 | 100 | 11000 | 1011000 | 1000001 |
Color Harmonies of #F4985A
Complementary color
Monochromatic Colors of #F4985A
Black with #F4985A
Text Example
Text Example
White with #F4985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4985A; }
p { color: rgb(244,152,90); }
H1.HeaderClassName
{
color: #F4985A;
}
.AnyTagClassName
{
color: #F4985A;
}
</style>
background-color css
<style>
a { background-color: #F4985A; }
a { background-color: rgb(244,152,90); }
div.DivClassName
{
background-color: #F4985A;
}
.BgClassName
{
background-color: #F4985A;
}
</style>
border-color css
<style>
span { border-color: #F4985A; }
span { border-color: rgb(244,152,90); }
td.TdClassName
{
border-color: #F4985A;
}
.TagClassName
{
border-color: #F4985A;
}
</style>