Html Css Color HEX #F98468 Salmon

📋 copy color: '#F98468'

red 249 ◦ green 132 ◦ blue 104

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

Shades of Salmon #F98468

Tints of Salmon #F98468

RGB

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

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

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

R = 51.34%
G = 27.22%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F98468 (or 0xF98468) is known color: Salmon. HEX triplet: F9, 84 and 68. RGB value is (249,132,104). Sum of RGB (Red+Green+Blue) = 249+132+104=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F98468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98468 is #067B97. Grayscale: #A4A4A4. Windows color (decimal): -424856 or 6849785. OLE color: 6849785.

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

Color convert

RGB 249 132 104 -
CMYK 0 0.47 0.58 0.02
HSL 11.59º 0.92% 0.69% -
HSV(B) 11.59º 0.58% 0.98% -
XYZ 49.82 37.64 17.74 -
YUV 163.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 249 132 104 0 0.47 0.58 0.02 11.59 0.92 0.69
Hex F9 84 68 0 2F 3A 2 C 5C 45
Octal 371 204 150 0 57 72 2 14 134 105
Binary 11111001 10000100 1101000 0 101111 111010 10 1100 1011100 1000101

Color Harmonies of #F98468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98468

Black with #F98468

Text Example


Text Example

White with #F98468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98468; }

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

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

background-color css

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

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

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

border-color css

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

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

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