Html Css Color HEX #F98270 Salmon

📋 copy color: '#F98270'

red 249 ◦ green 130 ◦ blue 112

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

Shades of Salmon #F98270

Tints of Salmon #F98270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 50.71%
G = 26.48%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98270 (or 0xF98270) is known color: Salmon. HEX triplet: F9, 82 and 70. RGB value is (249,130,112). Sum of RGB (Red+Green+Blue) = 249+130+112=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F98270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98270 is #067D8F. Grayscale: #A3A3A3. Windows color (decimal): -425360 or 7373561. OLE color: 7373561.

HSL color Cylindrical-coordinate representation of color #F98270: hue angle of 7.88º 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 #F98270 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 112 -
CMYK 0 0.48 0.55 0.02
HSL 7.88º 0.92% 0.71% -
HSV(B) 7.88º 0.55% 0.98% -
XYZ 49.97 37.27 19.89 -
YUV 163.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 249 130 112 0 0.48 0.55 0.02 7.88 0.92 0.71
Hex F9 82 70 0 30 37 2 8 5C 47
Octal 371 202 160 0 60 67 2 10 134 107
Binary 11111001 10000010 1110000 0 110000 110111 10 1000 1011100 1000111

Color Harmonies of #F98270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98270

Black with #F98270

Text Example


Text Example

White with #F98270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98270; }

 p { color: rgb(249,130,112); }

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

background-color css

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

 a { background-color: rgb(249,130,112); }

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

border-color css

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

 span { border-color: rgb(249,130,112); }

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