Html Css Color HEX #FEA485 Light Salmon

📋 copy color: '#FEA485'

red 254 ◦ green 164 ◦ blue 133

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

Shades of Light Salmon #FEA485

Tints of Light Salmon #FEA485

RGB

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

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

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

R = 46.1%
G = 29.76%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEA485 (or 0xFEA485) is known color: Light Salmon. HEX triplet: FE, A4 and 85. RGB value is (254,164,133). Sum of RGB (Red+Green+Blue) = 254+164+133=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA485 is #015B7A. Grayscale: #BBBBBB. Windows color (decimal): -88955 or 8758526. OLE color: 8758526.

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

Color convert

RGB 254 164 133 -
CMYK 0 0.35 0.48 0.00
HSL 15.37º 0.98% 0.76% -
HSV(B) 15.37º 0.48% 1% -
XYZ 58.38 49.32 28.63 -
YUV 187.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 254 164 133 0 0.35 0.48 0.00 15.37 0.98 0.76
Hex FE A4 85 0 23 30 0 F 62 4C
Octal 376 244 205 0 43 60 0 17 142 114
Binary 11111110 10100100 10000101 0 100011 110000 0 1111 1100010 1001100

Color Harmonies of #FEA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA485

Black with #FEA485

Text Example


Text Example

White with #FEA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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