Shades of Sandy Brown #FE9F5C
Tints of Sandy Brown #FE9F5C
RGB
CMYK
RGB Variations
Color information
#FE9F5C (or 0xFE9F5C) is known color: Sandy Brown. HEX triplet: FE, 9F and 5C. RGB value is (254,159,92). Sum of RGB (Red+Green+Blue) = 254+159+92=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F5C is #0160A3. Grayscale: #B4B4B4. Windows color (decimal): -90276 or 6070270. OLE color: 6070270.
HSL color Cylindrical-coordinate representation of color #FE9F5C: hue angle of 24.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE9F5C is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 92 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.00 |
| HSL | 24.81º | 0.99% | 0.68% | - |
| HSV(B) | 24.81º | 0.64% | 1% | - |
| XYZ | 55.2 | 46.64 | 16.22 | - |
| YUV | 179.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 92 | 0 | 0.37 | 0.64 | 0.00 | 24.81 | 0.99 | 0.68 |
| Hex | FE | 9F | 5C | 0 | 25 | 40 | 0 | 19 | 63 | 44 |
| Octal | 376 | 237 | 134 | 0 | 45 | 100 | 0 | 31 | 143 | 104 |
| Binary | 11111110 | 10011111 | 1011100 | 0 | 100101 | 1000000 | 0 | 11001 | 1100011 | 1000100 |
Color Harmonies of #FE9F5C
Complementary color
Monochromatic Colors of #FE9F5C
Black with #FE9F5C
Text Example
Text Example
White with #FE9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F5C; }
p { color: rgb(254,159,92); }
H1.HeaderClassName
{
color: #FE9F5C;
}
.AnyTagClassName
{
color: #FE9F5C;
}
</style>
background-color css
<style>
a { background-color: #FE9F5C; }
a { background-color: rgb(254,159,92); }
div.DivClassName
{
background-color: #FE9F5C;
}
.BgClassName
{
background-color: #FE9F5C;
}
</style>
border-color css
<style>
span { border-color: #FE9F5C; }
span { border-color: rgb(254,159,92); }
td.TdClassName
{
border-color: #FE9F5C;
}
.TagClassName
{
border-color: #FE9F5C;
}
</style>