Html Css Color HEX #FEA460 Sandy Brown

📋 copy color: '#FEA460'

red 254 ◦ green 164 ◦ blue 96

#FEA460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #FEA460

Tints of Sandy Brown #FEA460

RGB

 RED value IS 254 (99.61% from 255) = 49.42%

 GREEN value IS 164 (64.45% from 255) = 31.91%

 BLUE value IS 96 (37.89% from 255) = 18.68%

R = 49.42%
G = 31.91%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEA460 (or 0xFEA460) is known color: Sandy Brown. HEX triplet: FE, A4 and 60. RGB value is (254,164,96). Sum of RGB (Red+Green+Blue) = 254+164+96=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA460 is #015B9F. Grayscale: #B7B7B7. Windows color (decimal): -88992 or 6333694. OLE color: 6333694.

HSL color Cylindrical-coordinate representation of color #FEA460: hue angle of 25.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEA460 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 164 96 -
CMYK 0 0.35 0.62 0.00
HSL 25.82º 0.99% 0.69% -
HSV(B) 25.82º 0.62% 1% -
XYZ 56.26 48.47 17.46 -
YUV 183.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 254 164 96 0 0.35 0.62 0.00 25.82 0.99 0.69
Hex FE A4 60 0 23 3E 0 1A 63 45
Octal 376 244 140 0 43 76 0 32 143 105
Binary 11111110 10100100 1100000 0 100011 111110 0 11010 1100011 1000101

Color Harmonies of #FEA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA460

Black with #FEA460

Text Example


Text Example

White with #FEA460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA460; }

 p { color: rgb(254,164,96); }

 H1.HeaderClassName
 {
   color: #FEA460;
 }
 .AnyTagClassName
 {
   color: #FEA460;
 }
</style>

background-color css

<style>
 a { background-color: #FEA460; }

 a { background-color: rgb(254,164,96); }

 div.DivClassName
 {
   background-color: #FEA460;
 }
 .BgClassName
 {
   background-color: #FEA460;
 }
</style>

border-color css

<style>
 span { border-color: #FEA460; }

 span { border-color: rgb(254,164,96); }

 td.TdClassName
 {
   border-color: #FEA460;
 }
 .TagClassName
 {
   border-color: #FEA460;
 }
</style>