#F27C66

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

Shades of Salmon #F27C66

Tints of Salmon #F27C66

Color information

#F27C66 (or 0xF27C66) is unknown color: approx Salmon. HEX triplet: F2, 7C and 66. RGB value is (242,124,102). Sum of RGB (Red+Green+Blue) = 242+124+102=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C66 is #0D8399. Grayscale: #9C9C9C. Windows color (decimal): -885658 or 6716658. OLE color: 6716658.

HSL color Cylindrical-coordinate representation of color #F27C66: hue angle of 9.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F27C66 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242124102-
CMYK00.490.580.05
HSL9.43º84.34%67.45%-
HSV(B)9.43º57.85%94.9%-
XYZ46.2234.2516.75-
YUV156.7797.09188.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.71%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=51.71%
G=26.50%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212410200.490.580.059.4384.3467.45
HexF27C660313A595443
Octal36217414606172511124103
Binary11110010111110011001100110001111010101100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27C66; }

 p { color: rgb(242,124,102); }

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

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

 a { background-color: rgb(242,124,102); }

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

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

 span { border-color: rgb(242,124,102); }

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