Html Css Color HEX #F29376 Dark Salmon

📋 copy color: '#F29376'

red 242 ◦ green 147 ◦ blue 118

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

Shades of Dark Salmon #F29376

Tints of Dark Salmon #F29376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.99%

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

R = 47.73%
G = 28.99%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F29376 (or 0xF29376) is known color: Dark Salmon. HEX triplet: F2, 93 and 76. RGB value is (242,147,118). Sum of RGB (Red+Green+Blue) = 242+147+118=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F29376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29376 is #0D6C89. Grayscale: #ACACAC. Windows color (decimal): -879754 or 7771122. OLE color: 7771122.

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

Color convert

RGB 242 147 118 -
CMYK 0 0.39 0.51 0.05
HSL 14.03º 0.83% 0.71% -
HSV(B) 14.03º 0.51% 0.95% -
XYZ 50.32 41.05 22.41 -
YUV 172.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 242 147 118 0 0.39 0.51 0.05 14.03 0.83 0.71
Hex F2 93 76 0 27 33 5 E 53 47
Octal 362 223 166 0 47 63 5 16 123 107
Binary 11110010 10010011 1110110 0 100111 110011 101 1110 1010011 1000111

Color Harmonies of #F29376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29376

Black with #F29376

Text Example


Text Example

White with #F29376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29376; }

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

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

background-color css

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

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

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

border-color css

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

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

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