#f27866

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

Shades of Salmon #F27866

Tints of Salmon #F27866

Color information

#F27866 (or 0xF27866) is unknown color: approx Salmon. HEX triplet: F2, 78 and 66. RGB value is (242,120,102). Sum of RGB (Red+Green+Blue) = 242+120+102=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F27866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27866 is #0D8799. Grayscale: #9A9A9A. Windows color (decimal): -886682 or 6715634. OLE color: 6715634.

HSL color Cylindrical-coordinate representation of color #F27866: hue angle of 7.71º 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 #F27866 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242120102-
CMYK00.500.580.05
HSL7.71º84.34%67.45%-
HSV(B)7.71º57.85%94.9%-
XYZ45.7333.2716.58-
YUV154.4398.42190.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=52.16%
G=25.86%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212010200.500.580.057.7184.3467.45
HexF278660323A585443
Octal36217014606272510124103
Binary11110010111100011001100110010111010101100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f27866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f27866; }

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

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

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

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

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

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

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

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