Html Css Color HEX #F29580 Dark Salmon

📋 copy color: '#F29580'

red 242 ◦ green 149 ◦ blue 128

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

Shades of Dark Salmon #F29580

Tints of Dark Salmon #F29580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.71%

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

R = 46.63%
G = 28.71%
B = 24.66%

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

#F29580 (or 0xF29580) is known color: Dark Salmon. HEX triplet: F2, 95 and 80. RGB value is (242,149,128). Sum of RGB (Red+Green+Blue) = 242+149+128=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F29580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29580 is #0D6A7F. Grayscale: #AEAEAE. Windows color (decimal): -879232 or 8426994. OLE color: 8426994.

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

Color convert

RGB 242 149 128 -
CMYK 0 0.38 0.47 0.05
HSL 11.05º 0.81% 0.73% -
HSV(B) 11.05º 0.47% 0.95% -
XYZ 51.26 41.93 25.81 -
YUV 174.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 242 149 128 0 0.38 0.47 0.05 11.05 0.81 0.73
Hex F2 95 80 0 26 2F 5 B 51 49
Octal 362 225 200 0 46 57 5 13 121 111
Binary 11110010 10010101 10000000 0 100110 101111 101 1011 1010001 1001001

Color Harmonies of #F29580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29580

Black with #F29580

Text Example


Text Example

White with #F29580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29580; }

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

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

background-color css

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

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

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

border-color css

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

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

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