Html Css Color HEX #FEA385 Light Salmon

📋 copy color: '#FEA385'

red 254 ◦ green 163 ◦ blue 133

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

Shades of Light Salmon #FEA385

Tints of Light Salmon #FEA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.64%

 BLUE value IS 133 (52.34% from 255) = 24.18%

R = 46.18%
G = 29.64%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEA385 (or 0xFEA385) is known color: Light Salmon. HEX triplet: FE, A3 and 85. RGB value is (254,163,133). Sum of RGB (Red+Green+Blue) = 254+163+133=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA385 is #015C7A. Grayscale: #BBBBBB. Windows color (decimal): -89211 or 8758270. OLE color: 8758270.

HSL color Cylindrical-coordinate representation of color #FEA385: hue angle of 14.88º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEA385 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 163 133 -
CMYK 0 0.36 0.48 0.00
HSL 14.88º 0.98% 0.76% -
HSV(B) 14.88º 0.48% 1% -
XYZ 58.2 48.96 28.57 -
YUV 186.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 254 163 133 0 0.36 0.48 0.00 14.88 0.98 0.76
Hex FE A3 85 0 24 30 0 F 62 4C
Octal 376 243 205 0 44 60 0 17 142 114
Binary 11111110 10100011 10000101 0 100100 110000 0 1111 1100010 1001100

Color Harmonies of #FEA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA385

Black with #FEA385

Text Example


Text Example

White with #FEA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA385; }

 p { color: rgb(254,163,133); }

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

background-color css

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

 a { background-color: rgb(254,163,133); }

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

border-color css

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

 span { border-color: rgb(254,163,133); }

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