#FFA67A

Color #FFA67A Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FFA67A

Tints of Light Salmon #FFA67A

Color information

#FFA67A (or 0xFFA67A) is unknown color: approx Light Salmon. HEX triplet: FF, A6 and 7A. RGB value is (255,166,122). Sum of RGB (Red+Green+Blue) = 255+166+122=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA67A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA67A is #005985. Grayscale: #BBBBBB. Windows color (decimal): -22918 or 8038143. OLE color: 8038143.

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

Color convert

RGB255166122-
CMYK00.350.520
HSL19.85º100%73.92%-
HSV(B)19.85º52.16%100%-
XYZ58.3949.9424.97-
YUV187.5990.99176.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 122 (48.05% from 255) = 22.47%
R=46.96%
G=30.57%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516612200.350.52019.8510073.92
HexFFA67A02334014644a
Octal37724617204364024144112
Binary11111111101001101111010010001111010001010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA67A; }

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

 H1.HeaderClassName
 {
   color: #FFA67A;
 }
 .AnyTagClassName
 {
   color: #FFA67A;
 }
</style>
background-color css

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

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

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

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

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

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