Shades of Sandy Brown #F6A554
Tints of Sandy Brown #F6A554
RGB
CMYK
RGB Variations
Color information
#F6A554 (or 0xF6A554) is known color: Sandy Brown. HEX triplet: F6, A5 and 54. RGB value is (246,165,84). Sum of RGB (Red+Green+Blue) = 246+165+84=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A554 is #095AAB. Grayscale: #B4B4B4. Windows color (decimal): -613036 or 5547510. OLE color: 5547510.
HSL color Cylindrical-coordinate representation of color #F6A554: hue angle of 30º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6A554 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 84 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.04 |
| HSL | 30º | 0.9% | 0.65% | - |
| HSV(B) | 30º | 0.66% | 0.96% | - |
| XYZ | 53.06 | 47.14 | 14.69 | - |
| YUV | 179.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 84 | 0 | 0.33 | 0.66 | 0.04 | 30 | 0.9 | 0.65 |
| Hex | F6 | A5 | 54 | 0 | 21 | 42 | 4 | 1E | 5A | 41 |
| Octal | 366 | 245 | 124 | 0 | 41 | 102 | 4 | 36 | 132 | 101 |
| Binary | 11110110 | 10100101 | 1010100 | 0 | 100001 | 1000010 | 100 | 11110 | 1011010 | 1000001 |
Color Harmonies of #F6A554
Complementary color
Monochromatic Colors of #F6A554
Black with #F6A554
Text Example
Text Example
White with #F6A554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A554; }
p { color: rgb(246,165,84); }
H1.HeaderClassName
{
color: #F6A554;
}
.AnyTagClassName
{
color: #F6A554;
}
</style>
background-color css
<style>
a { background-color: #F6A554; }
a { background-color: rgb(246,165,84); }
div.DivClassName
{
background-color: #F6A554;
}
.BgClassName
{
background-color: #F6A554;
}
</style>
border-color css
<style>
span { border-color: #F6A554; }
span { border-color: rgb(246,165,84); }
td.TdClassName
{
border-color: #F6A554;
}
.TagClassName
{
border-color: #F6A554;
}
</style>