Html Css Color HEX #FEA685 Light Salmon

📋 copy color: '#FEA685'

red 254 ◦ green 166 ◦ blue 133

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

Shades of Light Salmon #FEA685

Tints of Light Salmon #FEA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.02%

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

R = 45.93%
G = 30.02%
B = 24.05%

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

#FEA685 (or 0xFEA685) is known color: Light Salmon. HEX triplet: FE, A6 and 85. RGB value is (254,166,133). Sum of RGB (Red+Green+Blue) = 254+166+133=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA685 is #01597A. Grayscale: #BCBCBC. Windows color (decimal): -88443 or 8759038. OLE color: 8759038.

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

Color convert

RGB 254 166 133 -
CMYK 0 0.35 0.48 0.00
HSL 16.36º 0.98% 0.76% -
HSV(B) 16.36º 0.48% 1% -
XYZ 58.74 50.04 28.75 -
YUV 188.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 254 166 133 0 0.35 0.48 0.00 16.36 0.98 0.76
Hex FE A6 85 0 23 30 0 10 62 4C
Octal 376 246 205 0 43 60 0 20 142 114
Binary 11111110 10100110 10000101 0 100011 110000 0 10000 1100010 1001100

Color Harmonies of #FEA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA685

Black with #FEA685

Text Example


Text Example

White with #FEA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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