Shades of Sandy Brown #FEA55C
Tints of Sandy Brown #FEA55C
RGB
CMYK
RGB Variations
Color information
#FEA55C (or 0xFEA55C) is known color: Sandy Brown. HEX triplet: FE, A5 and 5C. RGB value is (254,165,92). Sum of RGB (Red+Green+Blue) = 254+165+92=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA55C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA55C is #015AA3. Grayscale: #B7B7B7. Windows color (decimal): -88740 or 6071806. OLE color: 6071806.
HSL color Cylindrical-coordinate representation of color #FEA55C: hue angle of 27.04º 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 #FEA55C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 92 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.00 |
| HSL | 27.04º | 0.99% | 0.68% | - |
| HSV(B) | 27.04º | 0.64% | 1% | - |
| XYZ | 56.26 | 48.75 | 16.57 | - |
| YUV | 183.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 92 | 0 | 0.35 | 0.64 | 0.00 | 27.04 | 0.99 | 0.68 |
| Hex | FE | A5 | 5C | 0 | 23 | 40 | 0 | 1B | 63 | 44 |
| Octal | 376 | 245 | 134 | 0 | 43 | 100 | 0 | 33 | 143 | 104 |
| Binary | 11111110 | 10100101 | 1011100 | 0 | 100011 | 1000000 | 0 | 11011 | 1100011 | 1000100 |
Color Harmonies of #FEA55C
Complementary color
Monochromatic Colors of #FEA55C
Black with #FEA55C
Text Example
Text Example
White with #FEA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA55C; }
p { color: rgb(254,165,92); }
H1.HeaderClassName
{
color: #FEA55C;
}
.AnyTagClassName
{
color: #FEA55C;
}
</style>
background-color css
<style>
a { background-color: #FEA55C; }
a { background-color: rgb(254,165,92); }
div.DivClassName
{
background-color: #FEA55C;
}
.BgClassName
{
background-color: #FEA55C;
}
</style>
border-color css
<style>
span { border-color: #FEA55C; }
span { border-color: rgb(254,165,92); }
td.TdClassName
{
border-color: #FEA55C;
}
.TagClassName
{
border-color: #FEA55C;
}
</style>