#FFA07E

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

Shades of Light Salmon #FFA07E

Tints of Light Salmon #FFA07E

Color information

#FFA07E (or 0xFFA07E) is unknown color: approx Light Salmon. HEX triplet: FF, A0 and 7E. RGB value is (255,160,126). Sum of RGB (Red+Green+Blue) = 255+160+126=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA07E is #005F81. Grayscale: #B8B8B8. Windows color (decimal): -24450 or 8298751. OLE color: 8298751.

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

Color convert

RGB255160126-
CMYK00.370.510
HSL15.81º100%74.71%-
HSV(B)15.81º50.59%100%-
XYZ57.5847.9125.95-
YUV184.5394.97178.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 126 (49.61% from 255) = 23.29%
R=47.13%
G=29.57%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516012600.370.51015.8110074.71
HexFFA07E02533010644b
Octal37724017604563020144113
Binary11111111101000001111110010010111001101000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA07E; }

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

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

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

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

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

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

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

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