Shades of Sandy Brown #F99C5A
Tints of Sandy Brown #F99C5A
RGB
CMYK
RGB Variations
Color information
#F99C5A (or 0xF99C5A) is known color: Sandy Brown. HEX triplet: F9, 9C and 5A. RGB value is (249,156,90). Sum of RGB (Red+Green+Blue) = 249+156+90=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C5A is #0663A5. Grayscale: #B0B0B0. Windows color (decimal): -418726 or 5938425. OLE color: 5938425.
HSL color Cylindrical-coordinate representation of color #F99C5A: hue angle of 24.91º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F99C5A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 90 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.02 |
| HSL | 24.91º | 0.93% | 0.66% | - |
| HSV(B) | 24.91º | 0.64% | 0.98% | - |
| XYZ | 52.8 | 44.65 | 15.51 | - |
| YUV | 176.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 90 | 0 | 0.37 | 0.64 | 0.02 | 24.91 | 0.93 | 0.66 |
| Hex | F9 | 9C | 5A | 0 | 25 | 40 | 2 | 19 | 5D | 42 |
| Octal | 371 | 234 | 132 | 0 | 45 | 100 | 2 | 31 | 135 | 102 |
| Binary | 11111001 | 10011100 | 1011010 | 0 | 100101 | 1000000 | 10 | 11001 | 1011101 | 1000010 |
Color Harmonies of #F99C5A
Complementary color
Monochromatic Colors of #F99C5A
Black with #F99C5A
Text Example
Text Example
White with #F99C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C5A; }
p { color: rgb(249,156,90); }
H1.HeaderClassName
{
color: #F99C5A;
}
.AnyTagClassName
{
color: #F99C5A;
}
</style>
background-color css
<style>
a { background-color: #F99C5A; }
a { background-color: rgb(249,156,90); }
div.DivClassName
{
background-color: #F99C5A;
}
.BgClassName
{
background-color: #F99C5A;
}
</style>
border-color css
<style>
span { border-color: #F99C5A; }
span { border-color: rgb(249,156,90); }
td.TdClassName
{
border-color: #F99C5A;
}
.TagClassName
{
border-color: #F99C5A;
}
</style>