Html Css Color HEX #F29675 Dark Salmon

📋 copy color: '#F29675'

red 242 ◦ green 150 ◦ blue 117

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

Shades of Dark Salmon #F29675

Tints of Dark Salmon #F29675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 47.54%
G = 29.47%
B = 22.99%

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

#F29675 (or 0xF29675) is known color: Dark Salmon. HEX triplet: F2, 96 and 75. RGB value is (242,150,117). Sum of RGB (Red+Green+Blue) = 242+150+117=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29675 is #0D698A. Grayscale: #ADADAD. Windows color (decimal): -878987 or 7706354. OLE color: 7706354.

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

Color convert

RGB 242 150 117 -
CMYK 0 0.38 0.52 0.05
HSL 15.84º 0.83% 0.7% -
HSV(B) 15.84º 0.52% 0.95% -
XYZ 50.74 41.97 22.26 -
YUV 173.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 242 150 117 0 0.38 0.52 0.05 15.84 0.83 0.7
Hex F2 96 75 0 26 34 5 10 53 46
Octal 362 226 165 0 46 64 5 20 123 106
Binary 11110010 10010110 1110101 0 100110 110100 101 10000 1010011 1000110

Color Harmonies of #F29675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29675

Black with #F29675

Text Example


Text Example

White with #F29675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29675; }

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

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

background-color css

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

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

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

border-color css

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

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

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