#F29A75

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

Shades of Dark Salmon #F29A75

Tints of Dark Salmon #F29A75

Color information

#F29A75 (or 0xF29A75) is unknown color: approx Dark Salmon. HEX triplet: F2, 9A and 75. RGB value is (242,154,117). Sum of RGB (Red+Green+Blue) = 242+154+117=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29A75 is #0D658A. Grayscale: #B0B0B0. Windows color (decimal): -877963 or 7707378. OLE color: 7707378.

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

Color convert

RGB242154117-
CMYK00.360.520.05
HSL17.76º82.78%70.39%-
HSV(B)17.76º51.65%94.9%-
XYZ51.3843.2722.47-
YUV176.0994.65175.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=47.17%
G=30.02%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215411700.360.520.0517.7682.7870.39
HexF29A75024345125346
Octal36223216504464522123106
Binary1111001010011010111010101001001101001011001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29A75; }

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

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

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

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

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

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

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

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