Html Css Color HEX #F6A07F Light Salmon

📋 copy color: '#F6A07F'

red 246 ◦ green 160 ◦ blue 127

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

Shades of Light Salmon #F6A07F

Tints of Light Salmon #F6A07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.02%

 BLUE value IS 127 (50% from 255) = 23.83%

R = 46.15%
G = 30.02%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6A07F (or 0xF6A07F) is known color: Light Salmon. HEX triplet: F6, A0 and 7F. RGB value is (246,160,127). Sum of RGB (Red+Green+Blue) = 246+160+127=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A07F is #095F80. Grayscale: #B6B6B6. Windows color (decimal): -614273 or 8364278. OLE color: 8364278.

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

Color convert

RGB 246 160 127 -
CMYK 0 0.35 0.48 0.04
HSL 16.64º 0.87% 0.73% -
HSV(B) 16.64º 0.48% 0.96% -
XYZ 54.41 46.27 26.14 -
YUV 181.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 246 160 127 0 0.35 0.48 0.04 16.64 0.87 0.73
Hex F6 A0 7F 0 23 30 4 11 57 49
Octal 366 240 177 0 43 60 4 21 127 111
Binary 11110110 10100000 1111111 0 100011 110000 100 10001 1010111 1001001

Color Harmonies of #F6A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A07F

Black with #F6A07F

Text Example


Text Example

White with #F6A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A07F; }

 p { color: rgb(246,160,127); }

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

background-color css

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

 a { background-color: rgb(246,160,127); }

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

border-color css

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

 span { border-color: rgb(246,160,127); }

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