Html Css Color HEX #F98069 Salmon

📋 copy color: '#F98069'

red 249 ◦ green 128 ◦ blue 105

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

Shades of Salmon #F98069

Tints of Salmon #F98069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 51.66%
G = 26.56%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F98069 (or 0xF98069) is known color: Salmon. HEX triplet: F9, 80 and 69. RGB value is (249,128,105). Sum of RGB (Red+Green+Blue) = 249+128+105=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F98069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98069 is #067F96. Grayscale: #A1A1A1. Windows color (decimal): -425879 or 6914297. OLE color: 6914297.

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

Color convert

RGB 249 128 105 -
CMYK 0 0.49 0.58 0.02
HSL 9.58º 0.92% 0.69% -
HSV(B) 9.58º 0.58% 0.98% -
XYZ 49.34 36.6 17.83 -
YUV 161.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 249 128 105 0 0.49 0.58 0.02 9.58 0.92 0.69
Hex F9 80 69 0 31 3A 2 A 5C 45
Octal 371 200 151 0 61 72 2 12 134 105
Binary 11111001 10000000 1101001 0 110001 111010 10 1010 1011100 1000101

Color Harmonies of #F98069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98069

Black with #F98069

Text Example


Text Example

White with #F98069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98069; }

 p { color: rgb(249,128,105); }

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

background-color css

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

 a { background-color: rgb(249,128,105); }

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

border-color css

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

 span { border-color: rgb(249,128,105); }

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