Html Css Color HEX #FCA689 Light Salmon

📋 copy color: '#FCA689'

red 252 ◦ green 166 ◦ blue 137

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

Shades of Light Salmon #FCA689

Tints of Light Salmon #FCA689

RGB

 RED value IS 252 (98.83% from 255) = 45.41%

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

 BLUE value IS 137 (53.91% from 255) = 24.68%

R = 45.41%
G = 29.91%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FCA689 (or 0xFCA689) is known color: Light Salmon. HEX triplet: FC, A6 and 89. RGB value is (252,166,137). Sum of RGB (Red+Green+Blue) = 252+166+137=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA689 is #035976. Grayscale: #BCBCBC. Windows color (decimal): -219511 or 9021180. OLE color: 9021180.

HSL color Cylindrical-coordinate representation of color #FCA689: hue angle of 15.13º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCA689 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 166 137 -
CMYK 0 0.34 0.46 0.01
HSL 15.13º 0.95% 0.76% -
HSV(B) 15.13º 0.46% 0.99% -
XYZ 58.3 49.77 30.2 -
YUV 188.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 252 166 137 0 0.34 0.46 0.01 15.13 0.95 0.76
Hex FC A6 89 0 22 2E 1 F 5F 4C
Octal 374 246 211 0 42 56 1 17 137 114
Binary 11111100 10100110 10001001 0 100010 101110 1 1111 1011111 1001100

Color Harmonies of #FCA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA689

Black with #FCA689

Text Example


Text Example

White with #FCA689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA689; }

 p { color: rgb(252,166,137); }

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

background-color css

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

 a { background-color: rgb(252,166,137); }

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

border-color css

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

 span { border-color: rgb(252,166,137); }

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