Html Css Color HEX #F18269 Salmon

📋 copy color: '#F18269'

red 241 ◦ green 130 ◦ blue 105

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

Shades of Salmon #F18269

Tints of Salmon #F18269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.31%

 BLUE value IS 105 (41.41% from 255) = 22.06%

R = 50.63%
G = 27.31%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F18269 (or 0xF18269) is known color: Salmon. HEX triplet: F1, 82 and 69. RGB value is (241,130,105). Sum of RGB (Red+Green+Blue) = 241+130+105=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F18269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18269 is #0E7D96. Grayscale: #A0A0A0. Windows color (decimal): -949655 or 6914801. OLE color: 6914801.

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

Color convert

RGB 241 130 105 -
CMYK 0 0.46 0.56 0.05
HSL 11.03º 0.83% 0.68% -
HSV(B) 11.03º 0.56% 0.95% -
XYZ 46.81 35.69 17.79 -
YUV 160.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 241 130 105 0 0.46 0.56 0.05 11.03 0.83 0.68
Hex F1 82 69 0 2E 38 5 B 53 44
Octal 361 202 151 0 56 70 5 13 123 104
Binary 11110001 10000010 1101001 0 101110 111000 101 1011 1010011 1000100

Color Harmonies of #F18269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18269

Black with #F18269

Text Example


Text Example

White with #F18269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18269; }

 p { color: rgb(241,130,105); }

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

background-color css

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

 a { background-color: rgb(241,130,105); }

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

border-color css

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

 span { border-color: rgb(241,130,105); }

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