Shades of Sandy Brown #F99C5E
Tints of Sandy Brown #F99C5E
RGB
CMYK
RGB Variations
Color information
#F99C5E (or 0xF99C5E) is known color: Sandy Brown. HEX triplet: F9, 9C and 5E. RGB value is (249,156,94). Sum of RGB (Red+Green+Blue) = 249+156+94=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C5E is #0663A1. Grayscale: #B1B1B1. Windows color (decimal): -418722 or 6200569. OLE color: 6200569.
HSL color Cylindrical-coordinate representation of color #F99C5E: hue angle of 24º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F99C5E is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 94 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.02 |
| HSL | 24º | 0.93% | 0.67% | - |
| HSV(B) | 24º | 0.62% | 0.98% | - |
| XYZ | 52.98 | 44.72 | 16.43 | - |
| YUV | 176.74 | 81.31 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 94 | 0 | 0.37 | 0.62 | 0.02 | 24 | 0.93 | 0.67 |
| Hex | F9 | 9C | 5E | 0 | 25 | 3E | 2 | 18 | 5D | 43 |
| Octal | 371 | 234 | 136 | 0 | 45 | 76 | 2 | 30 | 135 | 103 |
| Binary | 11111001 | 10011100 | 1011110 | 0 | 100101 | 111110 | 10 | 11000 | 1011101 | 1000011 |
Color Harmonies of #F99C5E
Complementary color
Monochromatic Colors of #F99C5E
Black with #F99C5E
Text Example
Text Example
White with #F99C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C5E; }
p { color: rgb(249,156,94); }
H1.HeaderClassName
{
color: #F99C5E;
}
.AnyTagClassName
{
color: #F99C5E;
}
</style>
background-color css
<style>
a { background-color: #F99C5E; }
a { background-color: rgb(249,156,94); }
div.DivClassName
{
background-color: #F99C5E;
}
.BgClassName
{
background-color: #F99C5E;
}
</style>
border-color css
<style>
span { border-color: #F99C5E; }
span { border-color: rgb(249,156,94); }
td.TdClassName
{
border-color: #F99C5E;
}
.TagClassName
{
border-color: #F99C5E;
}
</style>