Html Css Color HEX #F4A079 Light Salmon

📋 copy color: '#F4A079'

red 244 ◦ green 160 ◦ blue 121

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

Shades of Light Salmon #F4A079

Tints of Light Salmon #F4A079

RGB

 RED value IS 244 (95.7% from 255) = 46.48%

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

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

R = 46.48%
G = 30.48%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F4A079 (or 0xF4A079) is known color: Light Salmon. HEX triplet: F4, A0 and 79. RGB value is (244,160,121). Sum of RGB (Red+Green+Blue) = 244+160+121=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A079 is #0B5F86. Grayscale: #B4B4B4. Windows color (decimal): -745351 or 7971060. OLE color: 7971060.

HSL color Cylindrical-coordinate representation of color #F4A079: hue angle of 19.02º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4A079 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 160 121 -
CMYK 0 0.34 0.50 0.04
HSL 19.02º 0.85% 0.72% -
HSV(B) 19.02º 0.5% 0.96% -
XYZ 53.33 45.76 24.11 -
YUV 180.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 244 160 121 0 0.34 0.50 0.04 19.02 0.85 0.72
Hex F4 A0 79 0 22 32 4 13 55 48
Octal 364 240 171 0 42 62 4 23 125 110
Binary 11110100 10100000 1111001 0 100010 110010 100 10011 1010101 1001000

Color Harmonies of #F4A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A079

Black with #F4A079

Text Example


Text Example

White with #F4A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A079; }

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

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

background-color css

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

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

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

border-color css

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

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

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