Shades of Sandy Brown #F9A265
Tints of Sandy Brown #F9A265
RGB
CMYK
RGB Variations
Color information
#F9A265 (or 0xF9A265) is known color: Sandy Brown. HEX triplet: F9, A2 and 65. RGB value is (249,162,101). Sum of RGB (Red+Green+Blue) = 249+162+101=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A265 is #065D9A. Grayscale: #B5B5B5. Windows color (decimal): -417179 or 6660857. OLE color: 6660857.
HSL color Cylindrical-coordinate representation of color #F9A265: hue angle of 24.73º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9A265 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 101 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.02 |
| HSL | 24.73º | 0.93% | 0.69% | - |
| HSV(B) | 24.73º | 0.59% | 0.98% | - |
| XYZ | 54.34 | 46.92 | 18.5 | - |
| YUV | 181.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 101 | 0 | 0.35 | 0.59 | 0.02 | 24.73 | 0.93 | 0.69 |
| Hex | F9 | A2 | 65 | 0 | 23 | 3B | 2 | 19 | 5C | 45 |
| Octal | 371 | 242 | 145 | 0 | 43 | 73 | 2 | 31 | 134 | 105 |
| Binary | 11111001 | 10100010 | 1100101 | 0 | 100011 | 111011 | 10 | 11001 | 1011100 | 1000101 |
Color Harmonies of #F9A265
Complementary color
Monochromatic Colors of #F9A265
Black with #F9A265
Text Example
Text Example
White with #F9A265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A265; }
p { color: rgb(249,162,101); }
H1.HeaderClassName
{
color: #F9A265;
}
.AnyTagClassName
{
color: #F9A265;
}
</style>
background-color css
<style>
a { background-color: #F9A265; }
a { background-color: rgb(249,162,101); }
div.DivClassName
{
background-color: #F9A265;
}
.BgClassName
{
background-color: #F9A265;
}
</style>
border-color css
<style>
span { border-color: #F9A265; }
span { border-color: rgb(249,162,101); }
td.TdClassName
{
border-color: #F9A265;
}
.TagClassName
{
border-color: #F9A265;
}
</style>