Html Css Color HEX #F48675 Salmon

📋 copy color: '#F48675'

red 244 ◦ green 134 ◦ blue 117

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

Shades of Salmon #F48675

Tints of Salmon #F48675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

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

R = 49.29%
G = 27.07%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F48675 (or 0xF48675) is known color: Salmon. HEX triplet: F4, 86 and 75. RGB value is (244,134,117). Sum of RGB (Red+Green+Blue) = 244+134+117=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F48675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48675 is #0B798A. Grayscale: #A5A5A5. Windows color (decimal): -752011 or 7702260. OLE color: 7702260.

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

Color convert

RGB 244 134 117 -
CMYK 0 0.45 0.52 0.04
HSL 8.03º 0.85% 0.71% -
HSV(B) 8.03º 0.52% 0.96% -
XYZ 49.04 37.57 21.5 -
YUV 164.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 244 134 117 0 0.45 0.52 0.04 8.03 0.85 0.71
Hex F4 86 75 0 2D 34 4 8 55 47
Octal 364 206 165 0 55 64 4 10 125 107
Binary 11110100 10000110 1110101 0 101101 110100 100 1000 1010101 1000111

Color Harmonies of #F48675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48675

Black with #F48675

Text Example


Text Example

White with #F48675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48675; }

 p { color: rgb(244,134,117); }

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

background-color css

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

 a { background-color: rgb(244,134,117); }

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

border-color css

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

 span { border-color: rgb(244,134,117); }

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