Html Css Color HEX #F17C6E Salmon

📋 copy color: '#F17C6E'

red 241 ◦ green 124 ◦ blue 110

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

Shades of Salmon #F17C6E

Tints of Salmon #F17C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.11%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 50.74%
G = 26.11%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F17C6E (or 0xF17C6E) is known color: Salmon. HEX triplet: F1, 7C and 6E. RGB value is (241,124,110). Sum of RGB (Red+Green+Blue) = 241+124+110=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C6E is #0E8391. Grayscale: #9D9D9D. Windows color (decimal): -951186 or 7240945. OLE color: 7240945.

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

Color convert

RGB 241 124 110 -
CMYK 0 0.49 0.54 0.05
HSL 6.41º 0.82% 0.69% -
HSV(B) 6.41º 0.54% 0.95% -
XYZ 46.3 34.24 18.92 -
YUV 157.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 241 124 110 0 0.49 0.54 0.05 6.41 0.82 0.69
Hex F1 7C 6E 0 31 36 5 6 52 45
Octal 361 174 156 0 61 66 5 6 122 105
Binary 11110001 1111100 1101110 0 110001 110110 101 110 1010010 1000101

Color Harmonies of #F17C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C6E

Black with #F17C6E

Text Example


Text Example

White with #F17C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C6E; }

 p { color: rgb(241,124,110); }

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

background-color css

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

 a { background-color: rgb(241,124,110); }

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

border-color css

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

 span { border-color: rgb(241,124,110); }

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