Html Css Color HEX #F18067 Salmon

📋 copy color: '#F18067'

red 241 ◦ green 128 ◦ blue 103

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

Shades of Salmon #F18067

Tints of Salmon #F18067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 51.06%
G = 27.12%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F18067 (or 0xF18067) is known color: Salmon. HEX triplet: F1, 80 and 67. RGB value is (241,128,103). Sum of RGB (Red+Green+Blue) = 241+128+103=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F18067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18067 is #0E7F98. Grayscale: #9F9F9F. Windows color (decimal): -950169 or 6783217. OLE color: 6783217.

HSL color Cylindrical-coordinate representation of color #F18067: hue angle of 10.87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F18067 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 103 -
CMYK 0 0.47 0.57 0.05
HSL 10.87º 0.83% 0.67% -
HSV(B) 10.87º 0.57% 0.95% -
XYZ 46.44 35.12 17.16 -
YUV 158.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 241 128 103 0 0.47 0.57 0.05 10.87 0.83 0.67
Hex F1 80 67 0 2F 39 5 B 53 43
Octal 361 200 147 0 57 71 5 13 123 103
Binary 11110001 10000000 1100111 0 101111 111001 101 1011 1010011 1000011

Color Harmonies of #F18067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18067

Black with #F18067

Text Example


Text Example

White with #F18067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18067; }

 p { color: rgb(241,128,103); }

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

background-color css

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

 a { background-color: rgb(241,128,103); }

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

border-color css

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

 span { border-color: rgb(241,128,103); }

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