Html Css Color HEX #FEA55D Sandy Brown

📋 copy color: '#FEA55D'

red 254 ◦ green 165 ◦ blue 93

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

Shades of Sandy Brown #FEA55D

Tints of Sandy Brown #FEA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 49.61%
G = 32.23%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEA55D (or 0xFEA55D) is known color: Sandy Brown. HEX triplet: FE, A5 and 5D. RGB value is (254,165,93). Sum of RGB (Red+Green+Blue) = 254+165+93=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA55D is #015AA2. Grayscale: #B7B7B7. Windows color (decimal): -88739 or 6137342. OLE color: 6137342.

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

Color convert

RGB 254 165 93 -
CMYK 0 0.35 0.63 0.00
HSL 26.83º 0.99% 0.68% -
HSV(B) 26.83º 0.63% 1% -
XYZ 56.3 48.77 16.8 -
YUV 183.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 254 165 93 0 0.35 0.63 0.00 26.83 0.99 0.68
Hex FE A5 5D 0 23 3F 0 1B 63 44
Octal 376 245 135 0 43 77 0 33 143 104
Binary 11111110 10100101 1011101 0 100011 111111 0 11011 1100011 1000100

Color Harmonies of #FEA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA55D

Black with #FEA55D

Text Example


Text Example

White with #FEA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA55D; }

 p { color: rgb(254,165,93); }

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

background-color css

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

 a { background-color: rgb(254,165,93); }

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

border-color css

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

 span { border-color: rgb(254,165,93); }

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