Html Css Color HEX #F69D7C Light Salmon

📋 copy color: '#F69D7C'

red 246 ◦ green 157 ◦ blue 124

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

Shades of Light Salmon #F69D7C

Tints of Light Salmon #F69D7C

RGB

 RED value IS 246 (96.48% from 255) = 46.68%

 GREEN value IS 157 (61.72% from 255) = 29.79%

 BLUE value IS 124 (48.83% from 255) = 23.53%

R = 46.68%
G = 29.79%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F69D7C (or 0xF69D7C) is known color: Light Salmon. HEX triplet: F6, 9D and 7C. RGB value is (246,157,124). Sum of RGB (Red+Green+Blue) = 246+157+124=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69D7C is #096283. Grayscale: #B4B4B4. Windows color (decimal): -615044 or 8166902. OLE color: 8166902.

HSL color Cylindrical-coordinate representation of color #F69D7C: hue angle of 16.23º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F69D7C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 157 124 -
CMYK 0 0.36 0.50 0.04
HSL 16.23º 0.87% 0.73% -
HSV(B) 16.23º 0.5% 0.96% -
XYZ 53.7 45.16 24.96 -
YUV 179.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 246 157 124 0 0.36 0.50 0.04 16.23 0.87 0.73
Hex F6 9D 7C 0 24 32 4 10 57 49
Octal 366 235 174 0 44 62 4 20 127 111
Binary 11110110 10011101 1111100 0 100100 110010 100 10000 1010111 1001001

Color Harmonies of #F69D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D7C

Black with #F69D7C

Text Example


Text Example

White with #F69D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D7C; }

 p { color: rgb(246,157,124); }

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

background-color css

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

 a { background-color: rgb(246,157,124); }

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

border-color css

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

 span { border-color: rgb(246,157,124); }

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