Html Css Color HEX #F69B73 Light Salmon

📋 copy color: '#F69B73'

red 246 ◦ green 155 ◦ blue 115

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

Shades of Light Salmon #F69B73

Tints of Light Salmon #F69B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.04%

 BLUE value IS 115 (45.31% from 255) = 22.29%

R = 47.67%
G = 30.04%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F69B73 (or 0xF69B73) is known color: Light Salmon. HEX triplet: F6, 9B and 73. RGB value is (246,155,115). Sum of RGB (Red+Green+Blue) = 246+155+115=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B73 is #09648C. Grayscale: #B1B1B1. Windows color (decimal): -615565 or 7576566. OLE color: 7576566.

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

Color convert

RGB 246 155 115 -
CMYK 0 0.37 0.53 0.04
HSL 18.32º 0.88% 0.71% -
HSV(B) 18.32º 0.53% 0.96% -
XYZ 52.82 44.27 21.98 -
YUV 177.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 246 155 115 0 0.37 0.53 0.04 18.32 0.88 0.71
Hex F6 9B 73 0 25 35 4 12 58 47
Octal 366 233 163 0 45 65 4 22 130 107
Binary 11110110 10011011 1110011 0 100101 110101 100 10010 1011000 1000111

Color Harmonies of #F69B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B73

Black with #F69B73

Text Example


Text Example

White with #F69B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B73; }

 p { color: rgb(246,155,115); }

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

background-color css

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

 a { background-color: rgb(246,155,115); }

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

border-color css

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

 span { border-color: rgb(246,155,115); }

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