Html Css Color HEX #FEA15C Sandy Brown

📋 copy color: '#FEA15C'

red 254 ◦ green 161 ◦ blue 92

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

Shades of Sandy Brown #FEA15C

Tints of Sandy Brown #FEA15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.15%

R = 50.1%
G = 31.76%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEA15C (or 0xFEA15C) is known color: Sandy Brown. HEX triplet: FE, A1 and 5C. RGB value is (254,161,92). Sum of RGB (Red+Green+Blue) = 254+161+92=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA15C is #015EA3. Grayscale: #B5B5B5. Windows color (decimal): -89764 or 6070782. OLE color: 6070782.

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

Color convert

RGB 254 161 92 -
CMYK 0 0.37 0.64 0.00
HSL 25.56º 0.99% 0.68% -
HSV(B) 25.56º 0.64% 1% -
XYZ 55.55 47.33 16.33 -
YUV 180.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 254 161 92 0 0.37 0.64 0.00 25.56 0.99 0.68
Hex FE A1 5C 0 25 40 0 1A 63 44
Octal 376 241 134 0 45 100 0 32 143 104
Binary 11111110 10100001 1011100 0 100101 1000000 0 11010 1100011 1000100

Color Harmonies of #FEA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA15C

Black with #FEA15C

Text Example


Text Example

White with #FEA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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