#F29275

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

Shades of Dark Salmon #F29275

Tints of Dark Salmon #F29275

Color information

#F29275 (or 0xF29275) is unknown color: approx Dark Salmon. HEX triplet: F2, 92 and 75. RGB value is (242,146,117). Sum of RGB (Red+Green+Blue) = 242+146+117=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F29275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29275 is #0D6D8A. Grayscale: #ABABAB. Windows color (decimal): -880011 or 7705330. OLE color: 7705330.

HSL color Cylindrical-coordinate representation of color #F29275: hue angle of 13.92º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29275 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242146117-
CMYK00.400.520.05
HSL13.92º82.78%70.39%-
HSV(B)13.92º51.65%94.9%-
XYZ50.1140.7222.05-
YUV171.497.3178.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=47.92%
G=28.91%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214611700.400.520.0513.9282.7870.39
HexF29275028345e5346
Octal36222216505064516123106
Binary111100101001001011101010101000110100101111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29275; }

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

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

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

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

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

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

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

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