Html Css Color HEX #F47669 Salmon

📋 copy color: '#F47669'

red 244 ◦ green 118 ◦ blue 105

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

Shades of Salmon #F47669

Tints of Salmon #F47669

RGB

 RED value IS 244 (95.7% from 255) = 52.25%

 GREEN value IS 118 (46.48% from 255) = 25.27%

 BLUE value IS 105 (41.41% from 255) = 22.48%

R = 52.25%
G = 25.27%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F47669 (or 0xF47669) is known color: Salmon. HEX triplet: F4, 76 and 69. RGB value is (244,118,105). Sum of RGB (Red+Green+Blue) = 244+118+105=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F47669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47669 is #0B8996. Grayscale: #9A9A9A. Windows color (decimal): -756119 or 6911732. OLE color: 6911732.

HSL color Cylindrical-coordinate representation of color #F47669: hue angle of 5.61º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F47669 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 118 105 -
CMYK 0 0.52 0.57 0.04
HSL 5.61º 0.86% 0.68% -
HSV(B) 5.61º 0.57% 0.96% -
XYZ 46.34 33.21 17.33 -
YUV 154.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 244 118 105 0 0.52 0.57 0.04 5.61 0.86 0.68
Hex F4 76 69 0 34 39 4 6 56 44
Octal 364 166 151 0 64 71 4 6 126 104
Binary 11110100 1110110 1101001 0 110100 111001 100 110 1010110 1000100

Color Harmonies of #F47669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47669

Black with #F47669

Text Example


Text Example

White with #F47669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47669; }

 p { color: rgb(244,118,105); }

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

background-color css

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

 a { background-color: rgb(244,118,105); }

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

border-color css

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

 span { border-color: rgb(244,118,105); }

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