Html Css Color HEX #FFA079 Light Salmon

📋 copy color: '#FFA079'

red 255 ◦ green 160 ◦ blue 121

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

Shades of Light Salmon #FFA079

Tints of Light Salmon #FFA079

RGB

 RED value IS 255 (100% from 255) = 47.57%

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

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

R = 47.57%
G = 29.85%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFA079 (or 0xFFA079) is known color: Light Salmon. HEX triplet: FF, A0 and 79. RGB value is (255,160,121). Sum of RGB (Red+Green+Blue) = 255+160+121=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA079 is #005F86. Grayscale: #B8B8B8. Windows color (decimal): -24455 or 7971071. OLE color: 7971071.

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

Color convert

RGB 255 160 121 -
CMYK 0 0.37 0.53 0
HSL 17.46º 1% 0.74% -
HSV(B) 17.46º 0.53% 1% -
XYZ 57.26 47.78 24.29 -
YUV 183.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 255 160 121 0 0.37 0.53 0 17.46 1 0.74
Hex FF A0 79 0 25 35 0 11 64 4A
Octal 377 240 171 0 45 65 0 21 144 112
Binary 11111111 10100000 1111001 0 100101 110101 0 10001 1100100 1001010

Color Harmonies of #FFA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA079

Black with #FFA079

Text Example


Text Example

White with #FFA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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