#F29278

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

Shades of Dark Salmon #F29278

Tints of Dark Salmon #F29278

Color information

#F29278 (or 0xF29278) is unknown color: approx Dark Salmon. HEX triplet: F2, 92 and 78. RGB value is (242,146,120). Sum of RGB (Red+Green+Blue) = 242+146+120=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F29278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29278 is #0D6D87. Grayscale: #ABABAB. Windows color (decimal): -880008 or 7901938. OLE color: 7901938.

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

Color convert

RGB242146120-
CMYK00.400.500.05
HSL12.79º82.43%70.98%-
HSV(B)12.79º50.41%94.9%-
XYZ50.2940.7922.99-
YUV171.7498.8178.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=47.64%
G=28.74%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214612000.400.500.0512.7982.4370.98
HexF29278028325d5247
Octal36222217005062515122107
Binary111100101001001011110000101000110010101110110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29278; }

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

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

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

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

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

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

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

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