Html Css Color HEX #FEA45D Sandy Brown

📋 copy color: '#FEA45D'

red 254 ◦ green 164 ◦ blue 93

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

Shades of Sandy Brown #FEA45D

Tints of Sandy Brown #FEA45D

RGB

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

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

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

R = 49.71%
G = 32.09%
B = 18.2%

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

#FEA45D (or 0xFEA45D) is known color: Sandy Brown. HEX triplet: FE, A4 and 5D. RGB value is (254,164,93). Sum of RGB (Red+Green+Blue) = 254+164+93=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA45D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA45D is #015BA2. Grayscale: #B7B7B7. Windows color (decimal): -88995 or 6137086. OLE color: 6137086.

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

Color convert

RGB 254 164 93 -
CMYK 0 0.35 0.63 0.00
HSL 26.46º 0.99% 0.68% -
HSV(B) 26.46º 0.63% 1% -
XYZ 56.12 48.41 16.74 -
YUV 182.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 254 164 93 0 0.35 0.63 0.00 26.46 0.99 0.68
Hex FE A4 5D 0 23 3F 0 1A 63 44
Octal 376 244 135 0 43 77 0 32 143 104
Binary 11111110 10100100 1011101 0 100011 111111 0 11010 1100011 1000100

Color Harmonies of #FEA45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA45D

Black with #FEA45D

Text Example


Text Example

White with #FEA45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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