Html Css Color HEX #F69E7C Light Salmon

📋 copy color: '#F69E7C'

red 246 ◦ green 158 ◦ blue 124

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

Shades of Light Salmon #F69E7C

Tints of Light Salmon #F69E7C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.92%

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

R = 46.59%
G = 29.92%
B = 23.48%

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

#F69E7C (or 0xF69E7C) is known color: Light Salmon. HEX triplet: F6, 9E and 7C. RGB value is (246,158,124). Sum of RGB (Red+Green+Blue) = 246+158+124=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69E7C is #096183. Grayscale: #B4B4B4. Windows color (decimal): -614788 or 8167158. OLE color: 8167158.

HSL color Cylindrical-coordinate representation of color #F69E7C: hue angle of 16.72º 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 #F69E7C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 158 124 -
CMYK 0 0.36 0.50 0.04
HSL 16.72º 0.87% 0.73% -
HSV(B) 16.72º 0.5% 0.96% -
XYZ 53.87 45.5 25.01 -
YUV 180.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 246 158 124 0 0.36 0.50 0.04 16.72 0.87 0.73
Hex F6 9E 7C 0 24 32 4 11 57 49
Octal 366 236 174 0 44 62 4 21 127 111
Binary 11110110 10011110 1111100 0 100100 110010 100 10001 1010111 1001001

Color Harmonies of #F69E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69E7C

Black with #F69E7C

Text Example


Text Example

White with #F69E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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