Shades of Sandy Brown #FEA35C
Tints of Sandy Brown #FEA35C
RGB
CMYK
RGB Variations
Color information
#FEA35C (or 0xFEA35C) is known color: Sandy Brown. HEX triplet: FE, A3 and 5C. RGB value is (254,163,92). Sum of RGB (Red+Green+Blue) = 254+163+92=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA35C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA35C is #015CA3. Grayscale: #B6B6B6. Windows color (decimal): -89252 or 6071294. OLE color: 6071294.
HSL color Cylindrical-coordinate representation of color #FEA35C: hue angle of 26.3º 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 #FEA35C is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 92 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.00 |
| HSL | 26.3º | 0.99% | 0.68% | - |
| HSV(B) | 26.3º | 0.64% | 1% | - |
| XYZ | 55.9 | 48.04 | 16.45 | - |
| YUV | 182.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 92 | 0 | 0.36 | 0.64 | 0.00 | 26.3 | 0.99 | 0.68 |
| Hex | FE | A3 | 5C | 0 | 24 | 40 | 0 | 1A | 63 | 44 |
| Octal | 376 | 243 | 134 | 0 | 44 | 100 | 0 | 32 | 143 | 104 |
| Binary | 11111110 | 10100011 | 1011100 | 0 | 100100 | 1000000 | 0 | 11010 | 1100011 | 1000100 |
Color Harmonies of #FEA35C
Complementary color
Monochromatic Colors of #FEA35C
Black with #FEA35C
Text Example
Text Example
White with #FEA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA35C; }
p { color: rgb(254,163,92); }
H1.HeaderClassName
{
color: #FEA35C;
}
.AnyTagClassName
{
color: #FEA35C;
}
</style>
background-color css
<style>
a { background-color: #FEA35C; }
a { background-color: rgb(254,163,92); }
div.DivClassName
{
background-color: #FEA35C;
}
.BgClassName
{
background-color: #FEA35C;
}
</style>
border-color css
<style>
span { border-color: #FEA35C; }
span { border-color: rgb(254,163,92); }
td.TdClassName
{
border-color: #FEA35C;
}
.TagClassName
{
border-color: #FEA35C;
}
</style>