Shades of Sandy Brown #FEA462
Tints of Sandy Brown #FEA462
RGB
CMYK
RGB Variations
Color information
#FEA462 (or 0xFEA462) is known color: Sandy Brown. HEX triplet: FE, A4 and 62. RGB value is (254,164,98). Sum of RGB (Red+Green+Blue) = 254+164+98=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA462 is #015B9D. Grayscale: #B7B7B7. Windows color (decimal): -88990 or 6464766. OLE color: 6464766.
HSL color Cylindrical-coordinate representation of color #FEA462: hue angle of 25.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEA462 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 98 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.00 |
| HSL | 25.38º | 0.99% | 0.69% | - |
| HSV(B) | 25.38º | 0.61% | 1% | - |
| XYZ | 56.35 | 48.5 | 17.95 | - |
| YUV | 183.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 98 | 0 | 0.35 | 0.61 | 0.00 | 25.38 | 0.99 | 0.69 |
| Hex | FE | A4 | 62 | 0 | 23 | 3D | 0 | 19 | 63 | 45 |
| Octal | 376 | 244 | 142 | 0 | 43 | 75 | 0 | 31 | 143 | 105 |
| Binary | 11111110 | 10100100 | 1100010 | 0 | 100011 | 111101 | 0 | 11001 | 1100011 | 1000101 |
Color Harmonies of #FEA462
Complementary color
Monochromatic Colors of #FEA462
Black with #FEA462
Text Example
Text Example
White with #FEA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA462; }
p { color: rgb(254,164,98); }
H1.HeaderClassName
{
color: #FEA462;
}
.AnyTagClassName
{
color: #FEA462;
}
</style>
background-color css
<style>
a { background-color: #FEA462; }
a { background-color: rgb(254,164,98); }
div.DivClassName
{
background-color: #FEA462;
}
.BgClassName
{
background-color: #FEA462;
}
</style>
border-color css
<style>
span { border-color: #FEA462; }
span { border-color: rgb(254,164,98); }
td.TdClassName
{
border-color: #FEA462;
}
.TagClassName
{
border-color: #FEA462;
}
</style>