Html Css Color HEX #FFA479 Light Salmon

📋 copy color: '#FFA479'

red 255 ◦ green 164 ◦ blue 121

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

Shades of Light Salmon #FFA479

Tints of Light Salmon #FFA479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.37%

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

R = 47.22%
G = 30.37%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFA479 (or 0xFFA479) is known color: Light Salmon. HEX triplet: FF, A4 and 79. RGB value is (255,164,121). Sum of RGB (Red+Green+Blue) = 255+164+121=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA479 is #005B86. Grayscale: #BABABA. Windows color (decimal): -23431 or 7972095. OLE color: 7972095.

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

Color convert

RGB 255 164 121 -
CMYK 0 0.36 0.53 0
HSL 19.25º 1% 0.74% -
HSV(B) 19.25º 0.53% 1% -
XYZ 57.97 49.19 24.53 -
YUV 186.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 255 164 121 0 0.36 0.53 0 19.25 1 0.74
Hex FF A4 79 0 24 35 0 13 64 4A
Octal 377 244 171 0 44 65 0 23 144 112
Binary 11111111 10100100 1111001 0 100100 110101 0 10011 1100100 1001010

Color Harmonies of #FFA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA479

Black with #FFA479

Text Example


Text Example

White with #FFA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA479; }

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

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

background-color css

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

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

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

border-color css

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

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

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