Html Css Color HEX #F98366 Salmon

📋 copy color: '#F98366'

red 249 ◦ green 131 ◦ blue 102

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

Shades of Salmon #F98366

Tints of Salmon #F98366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

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

R = 51.66%
G = 27.18%
B = 21.16%

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

#F98366 (or 0xF98366) is known color: Salmon. HEX triplet: F9, 83 and 66. RGB value is (249,131,102). Sum of RGB (Red+Green+Blue) = 249+131+102=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F98366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98366 is #067C99. Grayscale: #A3A3A3. Windows color (decimal): -425114 or 6718457. OLE color: 6718457.

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

Color convert

RGB 249 131 102 -
CMYK 0 0.47 0.59 0.02
HSL 11.84º 0.92% 0.69% -
HSV(B) 11.84º 0.59% 0.98% -
XYZ 49.58 37.33 17.16 -
YUV 162.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 249 131 102 0 0.47 0.59 0.02 11.84 0.92 0.69
Hex F9 83 66 0 2F 3B 2 C 5C 45
Octal 371 203 146 0 57 73 2 14 134 105
Binary 11111001 10000011 1100110 0 101111 111011 10 1100 1011100 1000101

Color Harmonies of #F98366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98366

Black with #F98366

Text Example


Text Example

White with #F98366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98366; }

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

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

background-color css

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

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

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

border-color css

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

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

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