Html Css Color HEX #F29679 Dark Salmon

📋 copy color: '#F29679'

red 242 ◦ green 150 ◦ blue 121

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

Shades of Dark Salmon #F29679

Tints of Dark Salmon #F29679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

 BLUE value IS 121 (47.66% from 255) = 23.59%

R = 47.17%
G = 29.24%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F29679 (or 0xF29679) is known color: Dark Salmon. HEX triplet: F2, 96 and 79. RGB value is (242,150,121). Sum of RGB (Red+Green+Blue) = 242+150+121=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F29679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29679 is #0D6986. Grayscale: #AEAEAE. Windows color (decimal): -878983 or 7968498. OLE color: 7968498.

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

Color convert

RGB 242 150 121 -
CMYK 0 0.38 0.50 0.05
HSL 14.38º 0.82% 0.71% -
HSV(B) 14.38º 0.5% 0.95% -
XYZ 50.98 42.07 23.52 -
YUV 174.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 242 150 121 0 0.38 0.50 0.05 14.38 0.82 0.71
Hex F2 96 79 0 26 32 5 E 52 47
Octal 362 226 171 0 46 62 5 16 122 107
Binary 11110010 10010110 1111001 0 100110 110010 101 1110 1010010 1000111

Color Harmonies of #F29679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29679

Black with #F29679

Text Example


Text Example

White with #F29679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29679; }

 p { color: rgb(242,150,121); }

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

background-color css

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

 a { background-color: rgb(242,150,121); }

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

border-color css

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

 span { border-color: rgb(242,150,121); }

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