Html Css Color HEX #F29673 Dark Salmon

📋 copy color: '#F29673'

red 242 ◦ green 150 ◦ blue 115

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

Shades of Dark Salmon #F29673

Tints of Dark Salmon #F29673

RGB

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

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

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

R = 47.73%
G = 29.59%
B = 22.68%

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

#F29673 (or 0xF29673) is known color: Dark Salmon. HEX triplet: F2, 96 and 73. RGB value is (242,150,115). Sum of RGB (Red+Green+Blue) = 242+150+115=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F29673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29673 is #0D698C. Grayscale: #ADADAD. Windows color (decimal): -878989 or 7575282. OLE color: 7575282.

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

Color convert

RGB 242 150 115 -
CMYK 0 0.38 0.52 0.05
HSL 16.54º 0.83% 0.7% -
HSV(B) 16.54º 0.52% 0.95% -
XYZ 50.62 41.93 21.64 -
YUV 173.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 242 150 115 0 0.38 0.52 0.05 16.54 0.83 0.7
Hex F2 96 73 0 26 34 5 11 53 46
Octal 362 226 163 0 46 64 5 21 123 106
Binary 11110010 10010110 1110011 0 100110 110100 101 10001 1010011 1000110

Color Harmonies of #F29673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29673

Black with #F29673

Text Example


Text Example

White with #F29673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29673; }

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

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

background-color css

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

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

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

border-color css

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

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

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