Shades of Sandy Brown #F99B5A
Tints of Sandy Brown #F99B5A
RGB
CMYK
RGB Variations
Color information
#F99B5A (or 0xF99B5A) is known color: Sandy Brown. HEX triplet: F9, 9B and 5A. RGB value is (249,155,90). Sum of RGB (Red+Green+Blue) = 249+155+90=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99B5A is #0664A5. Grayscale: #B0B0B0. Windows color (decimal): -418982 or 5938169. OLE color: 5938169.
HSL color Cylindrical-coordinate representation of color #F99B5A: hue angle of 24.53º 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 #F99B5A is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 90 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.02 |
| HSL | 24.53º | 0.93% | 0.66% | - |
| HSV(B) | 24.53º | 0.64% | 0.98% | - |
| XYZ | 52.63 | 44.32 | 15.45 | - |
| YUV | 175.7 | 79.64 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 90 | 0 | 0.38 | 0.64 | 0.02 | 24.53 | 0.93 | 0.66 |
| Hex | F9 | 9B | 5A | 0 | 26 | 40 | 2 | 19 | 5D | 42 |
| Octal | 371 | 233 | 132 | 0 | 46 | 100 | 2 | 31 | 135 | 102 |
| Binary | 11111001 | 10011011 | 1011010 | 0 | 100110 | 1000000 | 10 | 11001 | 1011101 | 1000010 |
Color Harmonies of #F99B5A
Complementary color
Monochromatic Colors of #F99B5A
Black with #F99B5A
Text Example
Text Example
White with #F99B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99B5A; }
p { color: rgb(249,155,90); }
H1.HeaderClassName
{
color: #F99B5A;
}
.AnyTagClassName
{
color: #F99B5A;
}
</style>
background-color css
<style>
a { background-color: #F99B5A; }
a { background-color: rgb(249,155,90); }
div.DivClassName
{
background-color: #F99B5A;
}
.BgClassName
{
background-color: #F99B5A;
}
</style>
border-color css
<style>
span { border-color: #F99B5A; }
span { border-color: rgb(249,155,90); }
td.TdClassName
{
border-color: #F99B5A;
}
.TagClassName
{
border-color: #F99B5A;
}
</style>