Shades of Sandy Brown #F99F64
Tints of Sandy Brown #F99F64
RGB
CMYK
RGB Variations
Color information
#F99F64 (or 0xF99F64) is known color: Sandy Brown. HEX triplet: F9, 9F and 64. RGB value is (249,159,100). Sum of RGB (Red+Green+Blue) = 249+159+100=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99F64 is #06609B. Grayscale: #B3B3B3. Windows color (decimal): -417948 or 6594553. OLE color: 6594553.
HSL color Cylindrical-coordinate representation of color #F99F64: hue angle of 23.76º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F99F64 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 100 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.02 |
| HSL | 23.76º | 0.93% | 0.68% | - |
| HSV(B) | 23.76º | 0.6% | 0.98% | - |
| XYZ | 53.77 | 45.86 | 18.07 | - |
| YUV | 179.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 100 | 0 | 0.36 | 0.60 | 0.02 | 23.76 | 0.93 | 0.68 |
| Hex | F9 | 9F | 64 | 0 | 24 | 3C | 2 | 18 | 5D | 44 |
| Octal | 371 | 237 | 144 | 0 | 44 | 74 | 2 | 30 | 135 | 104 |
| Binary | 11111001 | 10011111 | 1100100 | 0 | 100100 | 111100 | 10 | 11000 | 1011101 | 1000100 |
Color Harmonies of #F99F64
Complementary color
Monochromatic Colors of #F99F64
Black with #F99F64
Text Example
Text Example
White with #F99F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F64; }
p { color: rgb(249,159,100); }
H1.HeaderClassName
{
color: #F99F64;
}
.AnyTagClassName
{
color: #F99F64;
}
</style>
background-color css
<style>
a { background-color: #F99F64; }
a { background-color: rgb(249,159,100); }
div.DivClassName
{
background-color: #F99F64;
}
.BgClassName
{
background-color: #F99F64;
}
</style>
border-color css
<style>
span { border-color: #F99F64; }
span { border-color: rgb(249,159,100); }
td.TdClassName
{
border-color: #F99F64;
}
.TagClassName
{
border-color: #F99F64;
}
</style>