Html Css Color HEX #F98265 Salmon

📋 copy color: '#F98265'

red 249 ◦ green 130 ◦ blue 101

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

Shades of Salmon #F98265

Tints of Salmon #F98265

RGB

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

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

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

R = 51.88%
G = 27.08%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F98265 (or 0xF98265) is known color: Salmon. HEX triplet: F9, 82 and 65. RGB value is (249,130,101). Sum of RGB (Red+Green+Blue) = 249+130+101=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F98265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98265 is #067D9A. Grayscale: #A2A2A2. Windows color (decimal): -425371 or 6652665. OLE color: 6652665.

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

Color convert

RGB 249 130 101 -
CMYK 0 0.48 0.59 0.02
HSL 11.76º 0.93% 0.69% -
HSV(B) 11.76º 0.59% 0.98% -
XYZ 49.4 37.04 16.86 -
YUV 162.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 249 130 101 0 0.48 0.59 0.02 11.76 0.93 0.69
Hex F9 82 65 0 30 3B 2 C 5C 45
Octal 371 202 145 0 60 73 2 14 134 105
Binary 11111001 10000010 1100101 0 110000 111011 10 1100 1011100 1000101

Color Harmonies of #F98265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98265

Black with #F98265

Text Example


Text Example

White with #F98265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98265; }

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

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

background-color css

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

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

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

border-color css

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

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

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