Html Css Color HEX #F6A079 Light Salmon

📋 copy color: '#F6A079'

red 246 ◦ green 160 ◦ blue 121

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

Shades of Light Salmon #F6A079

Tints of Light Salmon #F6A079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.96%

R = 46.68%
G = 30.36%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F6A079 (or 0xF6A079) is known color: Light Salmon. HEX triplet: F6, A0 and 79. RGB value is (246,160,121). Sum of RGB (Red+Green+Blue) = 246+160+121=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A079 is #095F86. Grayscale: #B5B5B5. Windows color (decimal): -614279 or 7971062. OLE color: 7971062.

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

Color convert

RGB 246 160 121 -
CMYK 0 0.35 0.51 0.04
HSL 18.72º 0.87% 0.72% -
HSV(B) 18.72º 0.51% 0.96% -
XYZ 54.03 46.11 24.14 -
YUV 181.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 246 160 121 0 0.35 0.51 0.04 18.72 0.87 0.72
Hex F6 A0 79 0 23 33 4 13 57 48
Octal 366 240 171 0 43 63 4 23 127 110
Binary 11110110 10100000 1111001 0 100011 110011 100 10011 1010111 1001000

Color Harmonies of #F6A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A079

Black with #F6A079

Text Example


Text Example

White with #F6A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A079; }

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

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

background-color css

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

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

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

border-color css

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

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

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