Html Css Color HEX #F29573 Dark Salmon

📋 copy color: '#F29573'

red 242 ◦ green 149 ◦ blue 115

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

Shades of Dark Salmon #F29573

Tints of Dark Salmon #F29573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 47.83%
G = 29.45%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F29573 (or 0xF29573) is known color: Dark Salmon. HEX triplet: F2, 95 and 73. RGB value is (242,149,115). Sum of RGB (Red+Green+Blue) = 242+149+115=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F29573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29573 is #0D6A8C. Grayscale: #ADADAD. Windows color (decimal): -879245 or 7575026. OLE color: 7575026.

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

Color convert

RGB 242 149 115 -
CMYK 0 0.38 0.52 0.05
HSL 16.06º 0.83% 0.7% -
HSV(B) 16.06º 0.52% 0.95% -
XYZ 50.46 41.61 21.59 -
YUV 172.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 242 149 115 0 0.38 0.52 0.05 16.06 0.83 0.7
Hex F2 95 73 0 26 34 5 10 53 46
Octal 362 225 163 0 46 64 5 20 123 106
Binary 11110010 10010101 1110011 0 100110 110100 101 10000 1010011 1000110

Color Harmonies of #F29573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29573

Black with #F29573

Text Example


Text Example

White with #F29573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29573; }

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

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

background-color css

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

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

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

border-color css

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

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

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