Html Css Color HEX #F98168 Salmon

📋 copy color: '#F98168'

red 249 ◦ green 129 ◦ blue 104

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

Shades of Salmon #F98168

Tints of Salmon #F98168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 51.66%
G = 26.76%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F98168 (or 0xF98168) is known color: Salmon. HEX triplet: F9, 81 and 68. RGB value is (249,129,104). Sum of RGB (Red+Green+Blue) = 249+129+104=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F98168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98168 is #067E97. Grayscale: #A2A2A2. Windows color (decimal): -425624 or 6849017. OLE color: 6849017.

HSL color Cylindrical-coordinate representation of color #F98168: hue angle of 10.34º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F98168 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 129 104 -
CMYK 0 0.48 0.58 0.02
HSL 10.34º 0.92% 0.69% -
HSV(B) 10.34º 0.58% 0.98% -
XYZ 49.42 36.84 17.6 -
YUV 162.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 249 129 104 0 0.48 0.58 0.02 10.34 0.92 0.69
Hex F9 81 68 0 30 3A 2 A 5C 45
Octal 371 201 150 0 60 72 2 12 134 105
Binary 11111001 10000001 1101000 0 110000 111010 10 1010 1011100 1000101

Color Harmonies of #F98168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98168

Black with #F98168

Text Example


Text Example

White with #F98168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98168; }

 p { color: rgb(249,129,104); }

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

background-color css

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

 a { background-color: rgb(249,129,104); }

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

border-color css

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

 span { border-color: rgb(249,129,104); }

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