Html Css Color HEX #F2A079 Light Salmon

📋 copy color: '#F2A079'

red 242 ◦ green 160 ◦ blue 121

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

Shades of Light Salmon #F2A079

Tints of Light Salmon #F2A079

RGB

 RED value IS 242 (94.92% from 255) = 46.27%

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

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

R = 46.27%
G = 30.59%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2A079 (or 0xF2A079) is known color: Light Salmon. HEX triplet: F2, A0 and 79. RGB value is (242,160,121). Sum of RGB (Red+Green+Blue) = 242+160+121=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A079 is #0D5F86. Grayscale: #B4B4B4. Windows color (decimal): -876423 or 7971058. OLE color: 7971058.

HSL color Cylindrical-coordinate representation of color #F2A079: hue angle of 19.34º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2A079 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 160 121 -
CMYK 0 0.34 0.50 0.05
HSL 19.34º 0.82% 0.71% -
HSV(B) 19.34º 0.5% 0.95% -
XYZ 52.64 45.4 24.08 -
YUV 180.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 242 160 121 0 0.34 0.50 0.05 19.34 0.82 0.71
Hex F2 A0 79 0 22 32 5 13 52 47
Octal 362 240 171 0 42 62 5 23 122 107
Binary 11110010 10100000 1111001 0 100010 110010 101 10011 1010010 1000111

Color Harmonies of #F2A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A079

Black with #F2A079

Text Example


Text Example

White with #F2A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A079; }

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

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

background-color css

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

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

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

border-color css

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

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

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