Html Css Color HEX #FEA15D Sandy Brown

📋 copy color: '#FEA15D'

red 254 ◦ green 161 ◦ blue 93

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

Shades of Sandy Brown #FEA15D

Tints of Sandy Brown #FEA15D

RGB

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

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

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

R = 50%
G = 31.69%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEA15D (or 0xFEA15D) is known color: Sandy Brown. HEX triplet: FE, A1 and 5D. RGB value is (254,161,93). Sum of RGB (Red+Green+Blue) = 254+161+93=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA15D is #015EA2. Grayscale: #B5B5B5. Windows color (decimal): -89763 or 6136318. OLE color: 6136318.

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

Color convert

RGB 254 161 93 -
CMYK 0 0.37 0.63 0.00
HSL 25.34º 0.99% 0.68% -
HSV(B) 25.34º 0.63% 1% -
XYZ 55.59 47.35 16.57 -
YUV 181.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 254 161 93 0 0.37 0.63 0.00 25.34 0.99 0.68
Hex FE A1 5D 0 25 3F 0 19 63 44
Octal 376 241 135 0 45 77 0 31 143 104
Binary 11111110 10100001 1011101 0 100101 111111 0 11001 1100011 1000100

Color Harmonies of #FEA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA15D

Black with #FEA15D

Text Example


Text Example

White with #FEA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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