#F29678

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

Shades of Dark Salmon #F29678

Tints of Dark Salmon #F29678

Color information

#F29678 (or 0xF29678) is unknown color: approx Dark Salmon. HEX triplet: F2, 96 and 78. RGB value is (242,150,120). Sum of RGB (Red+Green+Blue) = 242+150+120=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F29678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29678 is #0D6987. Grayscale: #AEAEAE. Windows color (decimal): -878984 or 7902962. OLE color: 7902962.

HSL color Cylindrical-coordinate representation of color #F29678: hue angle of 14.75º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F29678 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242150120-
CMYK00.380.500.05
HSL14.75º82.43%70.98%-
HSV(B)14.75º50.41%94.9%-
XYZ50.9142.0523.2-
YUV174.0997.48176.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 120 (47.27% from 255) = 23.44%
R=47.27%
G=29.30%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215012000.380.500.0514.7582.4370.98
HexF29678026325f5247
Octal36222617004662517122107
Binary111100101001011011110000100110110010101111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29678; }

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

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

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

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

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

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

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

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