Html Css Color HEX #FEA464 Sandy Brown

📋 copy color: '#FEA464'

red 254 ◦ green 164 ◦ blue 100

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

Shades of Sandy Brown #FEA464

Tints of Sandy Brown #FEA464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.31%

R = 49.03%
G = 31.66%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEA464 (or 0xFEA464) is known color: Sandy Brown. HEX triplet: FE, A4 and 64. RGB value is (254,164,100). Sum of RGB (Red+Green+Blue) = 254+164+100=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA464 is #015B9B. Grayscale: #B7B7B7. Windows color (decimal): -88988 or 6595838. OLE color: 6595838.

HSL color Cylindrical-coordinate representation of color #FEA464: hue angle of 24.94º 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 #FEA464 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 164 100 -
CMYK 0 0.35 0.61 0.00
HSL 24.94º 0.99% 0.69% -
HSV(B) 24.94º 0.61% 1% -
XYZ 56.45 48.54 18.45 -
YUV 183.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 254 164 100 0 0.35 0.61 0.00 24.94 0.99 0.69
Hex FE A4 64 0 23 3D 0 19 63 45
Octal 376 244 144 0 43 75 0 31 143 105
Binary 11111110 10100100 1100100 0 100011 111101 0 11001 1100011 1000101

Color Harmonies of #FEA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA464

Black with #FEA464

Text Example


Text Example

White with #FEA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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