Html Css Color HEX #F69C75 Light Salmon

📋 copy color: '#F69C75'

red 246 ◦ green 156 ◦ blue 117

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

Shades of Light Salmon #F69C75

Tints of Light Salmon #F69C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 47.4%
G = 30.06%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F69C75 (or 0xF69C75) is known color: Light Salmon. HEX triplet: F6, 9C and 75. RGB value is (246,156,117). Sum of RGB (Red+Green+Blue) = 246+156+117=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C75 is #09638A. Grayscale: #B2B2B2. Windows color (decimal): -615307 or 7707894. OLE color: 7707894.

HSL color Cylindrical-coordinate representation of color #F69C75: hue angle of 18.14º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F69C75 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 117 -
CMYK 0 0.37 0.52 0.04
HSL 18.14º 0.88% 0.71% -
HSV(B) 18.14º 0.52% 0.96% -
XYZ 53.11 44.65 22.65 -
YUV 178.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 246 156 117 0 0.37 0.52 0.04 18.14 0.88 0.71
Hex F6 9C 75 0 25 34 4 12 58 47
Octal 366 234 165 0 45 64 4 22 130 107
Binary 11110110 10011100 1110101 0 100101 110100 100 10010 1011000 1000111

Color Harmonies of #F69C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C75

Black with #F69C75

Text Example


Text Example

White with #F69C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C75; }

 p { color: rgb(246,156,117); }

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

background-color css

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

 a { background-color: rgb(246,156,117); }

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

border-color css

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

 span { border-color: rgb(246,156,117); }

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