#F2A27E

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

Shades of Light Salmon #F2A27E

Tints of Light Salmon #F2A27E

Color information

#F2A27E (or 0xF2A27E) is unknown color: approx Light Salmon. HEX triplet: F2, A2 and 7E. RGB value is (242,162,126). Sum of RGB (Red+Green+Blue) = 242+162+126=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A27E is #0D5D81. Grayscale: #B6B6B6. Windows color (decimal): -875906 or 8299250. OLE color: 8299250.

HSL color Cylindrical-coordinate representation of color #F2A27E: hue angle of 18.62º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2A27E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB242162126-
CMYK00.330.480.05
HSL18.62º81.69%72.16%-
HSV(B)18.62º47.93%94.9%-
XYZ53.346.2225.85-
YUV181.8296.5170.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.66%
GREEN value IS 162 (63.67% from 255) = 30.57%
BLUE value IS 126 (49.61% from 255) = 23.77%
R=45.66%
G=30.57%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216212600.330.480.0518.6281.6972.16
HexF2A27E021305135248
Octal36224217604160523122110
Binary1111001010100010111111001000011100001011001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A27E; }

 p { color: rgb(242,162,126); }

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

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

 a { background-color: rgb(242,162,126); }

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

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

 span { border-color: rgb(242,162,126); }

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