Shades of Sandy Brown #F2985B
Tints of Sandy Brown #F2985B
RGB
CMYK
RGB Variations
Color information
#F2985B (or 0xF2985B) is known color: Sandy Brown. HEX triplet: F2, 98 and 5B. RGB value is (242,152,91). Sum of RGB (Red+Green+Blue) = 242+152+91=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2985B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2985B is #0D67A4. Grayscale: #ACACAC. Windows color (decimal): -878501 or 6002930. OLE color: 6002930.
HSL color Cylindrical-coordinate representation of color #F2985B: hue angle of 24.24º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2985B is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 91 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.05 |
| HSL | 24.24º | 0.85% | 0.65% | - |
| HSV(B) | 24.24º | 0.62% | 0.95% | - |
| XYZ | 49.73 | 42.09 | 15.4 | - |
| YUV | 171.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 91 | 0 | 0.37 | 0.62 | 0.05 | 24.24 | 0.85 | 0.65 |
| Hex | F2 | 98 | 5B | 0 | 25 | 3E | 5 | 18 | 55 | 41 |
| Octal | 362 | 230 | 133 | 0 | 45 | 76 | 5 | 30 | 125 | 101 |
| Binary | 11110010 | 10011000 | 1011011 | 0 | 100101 | 111110 | 101 | 11000 | 1010101 | 1000001 |
Color Harmonies of #F2985B
Complementary color
Monochromatic Colors of #F2985B
Black with #F2985B
Text Example
Text Example
White with #F2985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2985B; }
p { color: rgb(242,152,91); }
H1.HeaderClassName
{
color: #F2985B;
}
.AnyTagClassName
{
color: #F2985B;
}
</style>
background-color css
<style>
a { background-color: #F2985B; }
a { background-color: rgb(242,152,91); }
div.DivClassName
{
background-color: #F2985B;
}
.BgClassName
{
background-color: #F2985B;
}
</style>
border-color css
<style>
span { border-color: #F2985B; }
span { border-color: rgb(242,152,91); }
td.TdClassName
{
border-color: #F2985B;
}
.TagClassName
{
border-color: #F2985B;
}
</style>