Html Css Color HEX #FFA679 Light Salmon

📋 copy color: '#FFA679'

red 255 ◦ green 166 ◦ blue 121

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

Shades of Light Salmon #FFA679

Tints of Light Salmon #FFA679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.63%

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

R = 47.05%
G = 30.63%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFA679 (or 0xFFA679) is known color: Light Salmon. HEX triplet: FF, A6 and 79. RGB value is (255,166,121). Sum of RGB (Red+Green+Blue) = 255+166+121=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA679 is #005986. Grayscale: #BBBBBB. Windows color (decimal): -22919 or 7972607. OLE color: 7972607.

HSL color Cylindrical-coordinate representation of color #FFA679: hue angle of 20.15º 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 #FFA679 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 121 -
CMYK 0 0.35 0.53 0
HSL 20.15º 1% 0.74% -
HSV(B) 20.15º 0.53% 1% -
XYZ 58.33 49.91 24.65 -
YUV 187.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 255 166 121 0 0.35 0.53 0 20.15 1 0.74
Hex FF A6 79 0 23 35 0 14 64 4A
Octal 377 246 171 0 43 65 0 24 144 112
Binary 11111111 10100110 1111001 0 100011 110101 0 10100 1100100 1001010

Color Harmonies of #FFA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA679

Black with #FFA679

Text Example


Text Example

White with #FFA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA679; }

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

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

background-color css

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

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

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

border-color css

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

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

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