Html Css Color HEX #FEA157 Sandy Brown

📋 copy color: '#FEA157'

red 254 ◦ green 161 ◦ blue 87

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

Shades of Sandy Brown #FEA157

Tints of Sandy Brown #FEA157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.07%

 BLUE value IS 87 (34.38% from 255) = 17.33%

R = 50.6%
G = 32.07%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEA157 (or 0xFEA157) is known color: Sandy Brown. HEX triplet: FE, A1 and 57. RGB value is (254,161,87). Sum of RGB (Red+Green+Blue) = 254+161+87=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA157 is #015EA8. Grayscale: #B4B4B4. Windows color (decimal): -89769 or 5743102. OLE color: 5743102.

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

Color convert

RGB 254 161 87 -
CMYK 0 0.37 0.66 0.00
HSL 26.59º 0.99% 0.67% -
HSV(B) 26.59º 0.66% 1% -
XYZ 55.34 47.25 15.22 -
YUV 180.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 254 161 87 0 0.37 0.66 0.00 26.59 0.99 0.67
Hex FE A1 57 0 25 42 0 1B 63 43
Octal 376 241 127 0 45 102 0 33 143 103
Binary 11111110 10100001 1010111 0 100101 1000010 0 11011 1100011 1000011

Color Harmonies of #FEA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA157

Black with #FEA157

Text Example


Text Example

White with #FEA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA157; }

 p { color: rgb(254,161,87); }

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

background-color css

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

 a { background-color: rgb(254,161,87); }

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

border-color css

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

 span { border-color: rgb(254,161,87); }

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