#F27D67

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

Shades of Salmon #F27D67

Tints of Salmon #F27D67

Color information

#F27D67 (or 0xF27D67) is unknown color: approx Salmon. HEX triplet: F2, 7D and 67. RGB value is (242,125,103). Sum of RGB (Red+Green+Blue) = 242+125+103=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D67 is #0D8298. Grayscale: #9D9D9D. Windows color (decimal): -885401 or 6782450. OLE color: 6782450.

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

Color convert

RGB242125103-
CMYK00.480.570.05
HSL9.5º84.24%67.65%-
HSV(B)9.5º57.44%94.9%-
XYZ46.434.5217.05-
YUV157.4897.26188.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.49%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 103 (40.62% from 255) = 21.91%
R=51.49%
G=26.60%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212510300.480.570.059.584.2467.65
HexF27D6703039595444
Octal36217514706071511124104
Binary11110010111110111001110110000111001101100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27D67; }

 p { color: rgb(242,125,103); }

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

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

 a { background-color: rgb(242,125,103); }

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

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

 span { border-color: rgb(242,125,103); }

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