Html Css Color HEX #F98671 Salmon

📋 copy color: '#F98671'

red 249 ◦ green 134 ◦ blue 113

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

Shades of Salmon #F98671

Tints of Salmon #F98671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.02%

 BLUE value IS 113 (44.53% from 255) = 22.78%

R = 50.2%
G = 27.02%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98671 (or 0xF98671) is known color: Salmon. HEX triplet: F9, 86 and 71. RGB value is (249,134,113). Sum of RGB (Red+Green+Blue) = 249+134+113=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F98671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98671 is #06798E. Grayscale: #A6A6A6. Windows color (decimal): -424335 or 7440121. OLE color: 7440121.

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

Color convert

RGB 249 134 113 -
CMYK 0 0.46 0.55 0.02
HSL 9.26º 0.92% 0.71% -
HSV(B) 9.26º 0.55% 0.98% -
XYZ 50.57 38.38 20.37 -
YUV 165.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 249 134 113 0 0.46 0.55 0.02 9.26 0.92 0.71
Hex F9 86 71 0 2E 37 2 9 5C 47
Octal 371 206 161 0 56 67 2 11 134 107
Binary 11111001 10000110 1110001 0 101110 110111 10 1001 1011100 1000111

Color Harmonies of #F98671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98671

Black with #F98671

Text Example


Text Example

White with #F98671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98671; }

 p { color: rgb(249,134,113); }

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

background-color css

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

 a { background-color: rgb(249,134,113); }

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

border-color css

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

 span { border-color: rgb(249,134,113); }

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