Shades of Sandy Brown #F2975B
Tints of Sandy Brown #F2975B
RGB
CMYK
RGB Variations
Color information
#F2975B (or 0xF2975B) is known color: Sandy Brown. HEX triplet: F2, 97 and 5B. RGB value is (242,151,91). Sum of RGB (Red+Green+Blue) = 242+151+91=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2975B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2975B is #0D68A4. Grayscale: #ABABAB. Windows color (decimal): -878757 or 6002674. OLE color: 6002674.
HSL color Cylindrical-coordinate representation of color #F2975B: hue angle of 23.84º 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 #F2975B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 91 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.05 |
| HSL | 23.84º | 0.85% | 0.65% | - |
| HSV(B) | 23.84º | 0.62% | 0.95% | - |
| XYZ | 49.57 | 41.77 | 15.35 | - |
| YUV | 171.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 91 | 0 | 0.38 | 0.62 | 0.05 | 23.84 | 0.85 | 0.65 |
| Hex | F2 | 97 | 5B | 0 | 26 | 3E | 5 | 18 | 55 | 41 |
| Octal | 362 | 227 | 133 | 0 | 46 | 76 | 5 | 30 | 125 | 101 |
| Binary | 11110010 | 10010111 | 1011011 | 0 | 100110 | 111110 | 101 | 11000 | 1010101 | 1000001 |
Color Harmonies of #F2975B
Complementary color
Monochromatic Colors of #F2975B
Black with #F2975B
Text Example
Text Example
White with #F2975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2975B; }
p { color: rgb(242,151,91); }
H1.HeaderClassName
{
color: #F2975B;
}
.AnyTagClassName
{
color: #F2975B;
}
</style>
background-color css
<style>
a { background-color: #F2975B; }
a { background-color: rgb(242,151,91); }
div.DivClassName
{
background-color: #F2975B;
}
.BgClassName
{
background-color: #F2975B;
}
</style>
border-color css
<style>
span { border-color: #F2975B; }
span { border-color: rgb(242,151,91); }
td.TdClassName
{
border-color: #F2975B;
}
.TagClassName
{
border-color: #F2975B;
}
</style>