Html Css Color HEX #F18675 Salmon

📋 copy color: '#F18675'

red 241 ◦ green 134 ◦ blue 117

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

Shades of Salmon #F18675

Tints of Salmon #F18675

RGB

 RED value IS 241 (94.53% from 255) = 48.98%

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

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

R = 48.98%
G = 27.24%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18675 (or 0xF18675) is known color: Salmon. HEX triplet: F1, 86 and 75. RGB value is (241,134,117). Sum of RGB (Red+Green+Blue) = 241+134+117=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F18675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18675 is #0E798A. Grayscale: #A4A4A4. Windows color (decimal): -948619 or 7702257. OLE color: 7702257.

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

Color convert

RGB 241 134 117 -
CMYK 0 0.44 0.51 0.05
HSL 8.23º 0.82% 0.7% -
HSV(B) 8.23º 0.51% 0.95% -
XYZ 48.01 37.04 21.45 -
YUV 164.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 241 134 117 0 0.44 0.51 0.05 8.23 0.82 0.7
Hex F1 86 75 0 2C 33 5 8 52 46
Octal 361 206 165 0 54 63 5 10 122 106
Binary 11110001 10000110 1110101 0 101100 110011 101 1000 1010010 1000110

Color Harmonies of #F18675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18675

Black with #F18675

Text Example


Text Example

White with #F18675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18675; }

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

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

background-color css

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

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

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

border-color css

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

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

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