Html Css Color HEX #F17C65 Salmon

📋 copy color: '#F17C65'

red 241 ◦ green 124 ◦ blue 101

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

Shades of Salmon #F17C65

Tints of Salmon #F17C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.67%

R = 51.72%
G = 26.61%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F17C65 (or 0xF17C65) is known color: Salmon. HEX triplet: F1, 7C and 65. RGB value is (241,124,101). Sum of RGB (Red+Green+Blue) = 241+124+101=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C65 is #0E839A. Grayscale: #9C9C9C. Windows color (decimal): -951195 or 6651121. OLE color: 6651121.

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

Color convert

RGB 241 124 101 -
CMYK 0 0.49 0.58 0.05
HSL 9.86º 0.83% 0.67% -
HSV(B) 9.86º 0.58% 0.95% -
XYZ 45.83 34.06 16.47 -
YUV 156.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 241 124 101 0 0.49 0.58 0.05 9.86 0.83 0.67
Hex F1 7C 65 0 31 3A 5 A 53 43
Octal 361 174 145 0 61 72 5 12 123 103
Binary 11110001 1111100 1100101 0 110001 111010 101 1010 1010011 1000011

Color Harmonies of #F17C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C65

Black with #F17C65

Text Example


Text Example

White with #F17C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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