Html Css Color HEX #F29680 Dark Salmon

📋 copy color: '#F29680'

red 242 ◦ green 150 ◦ blue 128

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

Shades of Dark Salmon #F29680

Tints of Dark Salmon #F29680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.62%

R = 46.54%
G = 28.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F29680 (or 0xF29680) is known color: Dark Salmon. HEX triplet: F2, 96 and 80. RGB value is (242,150,128). Sum of RGB (Red+Green+Blue) = 242+150+128=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F29680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29680 is #0D697F. Grayscale: #AFAFAF. Windows color (decimal): -878976 or 8427250. OLE color: 8427250.

HSL color Cylindrical-coordinate representation of color #F29680: hue angle of 11.58º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F29680 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 150 128 -
CMYK 0 0.38 0.47 0.05
HSL 11.58º 0.81% 0.73% -
HSV(B) 11.58º 0.47% 0.95% -
XYZ 51.42 42.25 25.87 -
YUV 175 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 242 150 128 0 0.38 0.47 0.05 11.58 0.81 0.73
Hex F2 96 80 0 26 2F 5 C 51 49
Octal 362 226 200 0 46 57 5 14 121 111
Binary 11110010 10010110 10000000 0 100110 101111 101 1100 1010001 1001001

Color Harmonies of #F29680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29680

Black with #F29680

Text Example


Text Example

White with #F29680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29680; }

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

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

background-color css

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

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

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

border-color css

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

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

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