Html Css Color HEX #F97C68 Salmon

📋 copy color: '#F97C68'

red 249 ◦ green 124 ◦ blue 104

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

Shades of Salmon #F97C68

Tints of Salmon #F97C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 52.2%
G = 26%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F97C68 (or 0xF97C68) is known color: Salmon. HEX triplet: F9, 7C and 68. RGB value is (249,124,104). Sum of RGB (Red+Green+Blue) = 249+124+104=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C68 is #068397. Grayscale: #9F9F9F. Windows color (decimal): -426904 or 6847737. OLE color: 6847737.

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

Color convert

RGB 249 124 104 -
CMYK 0 0.50 0.58 0.02
HSL 8.28º 0.92% 0.69% -
HSV(B) 8.28º 0.58% 0.98% -
XYZ 48.77 35.55 17.39 -
YUV 159.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 249 124 104 0 0.50 0.58 0.02 8.28 0.92 0.69
Hex F9 7C 68 0 32 3A 2 8 5C 45
Octal 371 174 150 0 62 72 2 10 134 105
Binary 11111001 1111100 1101000 0 110010 111010 10 1000 1011100 1000101

Color Harmonies of #F97C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C68

Black with #F97C68

Text Example


Text Example

White with #F97C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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