Html Css Color HEX #F98466 Salmon

📋 copy color: '#F98466'

red 249 ◦ green 132 ◦ blue 102

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

Shades of Salmon #F98466

Tints of Salmon #F98466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.12%

R = 51.55%
G = 27.33%
B = 21.12%

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

#F98466 (or 0xF98466) is known color: Salmon. HEX triplet: F9, 84 and 66. RGB value is (249,132,102). Sum of RGB (Red+Green+Blue) = 249+132+102=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98466 is #067B99. Grayscale: #A3A3A3. Windows color (decimal): -424858 or 6718713. OLE color: 6718713.

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

Color convert

RGB 249 132 102 -
CMYK 0 0.47 0.59 0.02
HSL 12.24º 0.92% 0.69% -
HSV(B) 12.24º 0.59% 0.98% -
XYZ 49.72 37.6 17.21 -
YUV 163.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 249 132 102 0 0.47 0.59 0.02 12.24 0.92 0.69
Hex F9 84 66 0 2F 3B 2 C 5C 45
Octal 371 204 146 0 57 73 2 14 134 105
Binary 11111001 10000100 1100110 0 101111 111011 10 1100 1011100 1000101

Color Harmonies of #F98466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98466

Black with #F98466

Text Example


Text Example

White with #F98466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98466; }

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

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

background-color css

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

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

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

border-color css

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

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

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