Html Css Color HEX #F18466 Salmon

📋 copy color: '#F18466'

red 241 ◦ green 132 ◦ blue 102

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

Shades of Salmon #F18466

Tints of Salmon #F18466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 50.74%
G = 27.79%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18466 (or 0xF18466) is known color: Salmon. HEX triplet: F1, 84 and 66. RGB value is (241,132,102). Sum of RGB (Red+Green+Blue) = 241+132+102=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F18466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18466 is #0E7B99. Grayscale: #A1A1A1. Windows color (decimal): -949146 or 6718705. OLE color: 6718705.

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

Color convert

RGB 241 132 102 -
CMYK 0 0.45 0.58 0.05
HSL 12.95º 0.83% 0.67% -
HSV(B) 12.95º 0.58% 0.95% -
XYZ 46.93 36.16 17.08 -
YUV 161.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 241 132 102 0 0.45 0.58 0.05 12.95 0.83 0.67
Hex F1 84 66 0 2D 3A 5 D 53 43
Octal 361 204 146 0 55 72 5 15 123 103
Binary 11110001 10000100 1100110 0 101101 111010 101 1101 1010011 1000011

Color Harmonies of #F18466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18466

Black with #F18466

Text Example


Text Example

White with #F18466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18466; }

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

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

background-color css

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

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

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

border-color css

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

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

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