Html Css Color HEX #F98465 Salmon

📋 copy color: '#F98465'

red 249 ◦ green 132 ◦ blue 101

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

Shades of Salmon #F98465

Tints of Salmon #F98465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 51.66%
G = 27.39%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F98465 (or 0xF98465) is known color: Salmon. HEX triplet: F9, 84 and 65. RGB value is (249,132,101). Sum of RGB (Red+Green+Blue) = 249+132+101=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F98465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98465 is #067B9A. Grayscale: #A3A3A3. Windows color (decimal): -424859 or 6653177. OLE color: 6653177.

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

Color convert

RGB 249 132 101 -
CMYK 0 0.47 0.59 0.02
HSL 12.57º 0.93% 0.69% -
HSV(B) 12.57º 0.59% 0.98% -
XYZ 49.67 37.58 16.95 -
YUV 163.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 249 132 101 0 0.47 0.59 0.02 12.57 0.93 0.69
Hex F9 84 65 0 2F 3B 2 D 5C 45
Octal 371 204 145 0 57 73 2 15 134 105
Binary 11111001 10000100 1100101 0 101111 111011 10 1101 1011100 1000101

Color Harmonies of #F98465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98465

Black with #F98465

Text Example


Text Example

White with #F98465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98465; }

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

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

background-color css

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

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

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

border-color css

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

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

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