Html Css Color HEX #F97C66 Salmon

📋 copy color: '#F97C66'

red 249 ◦ green 124 ◦ blue 102

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

Shades of Salmon #F97C66

Tints of Salmon #F97C66

RGB

 RED value IS 249 (97.66% from 255) = 52.42%

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

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

R = 52.42%
G = 26.11%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F97C66 (or 0xF97C66) is known color: Salmon. HEX triplet: F9, 7C and 66. RGB value is (249,124,102). Sum of RGB (Red+Green+Blue) = 249+124+102=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C66 is #068399. Grayscale: #9F9F9F. Windows color (decimal): -426906 or 6716665. OLE color: 6716665.

HSL color Cylindrical-coordinate representation of color #F97C66: hue angle of 8.98º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F97C66 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 124 102 -
CMYK 0 0.50 0.59 0.02
HSL 8.98º 0.92% 0.69% -
HSV(B) 8.98º 0.59% 0.98% -
XYZ 48.67 35.51 16.86 -
YUV 158.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 249 124 102 0 0.50 0.59 0.02 8.98 0.92 0.69
Hex F9 7C 66 0 32 3B 2 9 5C 45
Octal 371 174 146 0 62 73 2 11 134 105
Binary 11111001 1111100 1100110 0 110010 111011 10 1001 1011100 1000101

Color Harmonies of #F97C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C66

Black with #F97C66

Text Example


Text Example

White with #F97C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C66; }

 p { color: rgb(249,124,102); }

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

background-color css

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

 a { background-color: rgb(249,124,102); }

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

border-color css

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

 span { border-color: rgb(249,124,102); }

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