Html Css Color HEX #F18467 Salmon

📋 copy color: '#F18467'

red 241 ◦ green 132 ◦ blue 103

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

Shades of Salmon #F18467

Tints of Salmon #F18467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

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

R = 50.63%
G = 27.73%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F18467 (or 0xF18467) is known color: Salmon. HEX triplet: F1, 84 and 67. RGB value is (241,132,103). Sum of RGB (Red+Green+Blue) = 241+132+103=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F18467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18467 is #0E7B98. Grayscale: #A1A1A1. Windows color (decimal): -949145 or 6784241. OLE color: 6784241.

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

Color convert

RGB 241 132 103 -
CMYK 0 0.45 0.57 0.05
HSL 12.61º 0.83% 0.67% -
HSV(B) 12.61º 0.57% 0.95% -
XYZ 46.98 36.18 17.34 -
YUV 161.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 241 132 103 0 0.45 0.57 0.05 12.61 0.83 0.67
Hex F1 84 67 0 2D 39 5 D 53 43
Octal 361 204 147 0 55 71 5 15 123 103
Binary 11110001 10000100 1100111 0 101101 111001 101 1101 1010011 1000011

Color Harmonies of #F18467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18467

Black with #F18467

Text Example


Text Example

White with #F18467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18467; }

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

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

background-color css

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

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

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

border-color css

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

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

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