Html Css Color HEX #FEA256 Sandy Brown

📋 copy color: '#FEA256'

red 254 ◦ green 162 ◦ blue 86

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

Shades of Sandy Brown #FEA256

Tints of Sandy Brown #FEA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.27%

 BLUE value IS 86 (33.98% from 255) = 17.13%

R = 50.6%
G = 32.27%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEA256 (or 0xFEA256) is known color: Sandy Brown. HEX triplet: FE, A2 and 56. RGB value is (254,162,86). Sum of RGB (Red+Green+Blue) = 254+162+86=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA256 is #015DA9. Grayscale: #B5B5B5. Windows color (decimal): -89514 or 5677822. OLE color: 5677822.

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

Color convert

RGB 254 162 86 -
CMYK 0 0.36 0.66 0.00
HSL 27.14º 0.99% 0.67% -
HSV(B) 27.14º 0.66% 1% -
XYZ 55.47 47.58 15.06 -
YUV 180.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 254 162 86 0 0.36 0.66 0.00 27.14 0.99 0.67
Hex FE A2 56 0 24 42 0 1B 63 43
Octal 376 242 126 0 44 102 0 33 143 103
Binary 11111110 10100010 1010110 0 100100 1000010 0 11011 1100011 1000011

Color Harmonies of #FEA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA256

Black with #FEA256

Text Example


Text Example

White with #FEA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA256; }

 p { color: rgb(254,162,86); }

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

background-color css

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

 a { background-color: rgb(254,162,86); }

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

border-color css

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

 span { border-color: rgb(254,162,86); }

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