Html Css Color HEX #F29176 Dark Salmon

📋 copy color: '#F29176'

red 242 ◦ green 145 ◦ blue 118

#F29176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #F29176

Tints of Dark Salmon #F29176

RGB

 RED value IS 242 (94.92% from 255) = 47.92%

 GREEN value IS 145 (57.03% from 255) = 28.71%

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 47.92%
G = 28.71%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F29176 (or 0xF29176) is known color: Dark Salmon. HEX triplet: F2, 91 and 76. RGB value is (242,145,118). Sum of RGB (Red+Green+Blue) = 242+145+118=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F29176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29176 is #0D6E89. Grayscale: #ABABAB. Windows color (decimal): -880266 or 7770610. OLE color: 7770610.

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

Color convert

RGB 242 145 118 -
CMYK 0 0.40 0.51 0.05
HSL 13.06º 0.83% 0.71% -
HSV(B) 13.06º 0.51% 0.95% -
XYZ 50.01 40.44 22.31 -
YUV 170.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 242 145 118 0 0.40 0.51 0.05 13.06 0.83 0.71
Hex F2 91 76 0 28 33 5 D 53 47
Octal 362 221 166 0 50 63 5 15 123 107
Binary 11110010 10010001 1110110 0 101000 110011 101 1101 1010011 1000111

Color Harmonies of #F29176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29176

Black with #F29176

Text Example


Text Example

White with #F29176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29176; }

 p { color: rgb(242,145,118); }

 H1.HeaderClassName
 {
   color: #F29176;
 }
 .AnyTagClassName
 {
   color: #F29176;
 }
</style>

background-color css

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

 a { background-color: rgb(242,145,118); }

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

border-color css

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

 span { border-color: rgb(242,145,118); }

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