Html Css Color HEX #F98369 Salmon

📋 copy color: '#F98369'

red 249 ◦ green 131 ◦ blue 105

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

Shades of Salmon #F98369

Tints of Salmon #F98369

RGB

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

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

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

R = 51.34%
G = 27.01%
B = 21.65%

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

#F98369 (or 0xF98369) is known color: Salmon. HEX triplet: F9, 83 and 69. RGB value is (249,131,105). Sum of RGB (Red+Green+Blue) = 249+131+105=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F98369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98369 is #067C96. Grayscale: #A3A3A3. Windows color (decimal): -425111 or 6915065. OLE color: 6915065.

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

Color convert

RGB 249 131 105 -
CMYK 0 0.47 0.58 0.02
HSL 10.83º 0.92% 0.69% -
HSV(B) 10.83º 0.58% 0.98% -
XYZ 49.73 37.39 17.96 -
YUV 163.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 249 131 105 0 0.47 0.58 0.02 10.83 0.92 0.69
Hex F9 83 69 0 2F 3A 2 B 5C 45
Octal 371 203 151 0 57 72 2 13 134 105
Binary 11111001 10000011 1101001 0 101111 111010 10 1011 1011100 1000101

Color Harmonies of #F98369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98369

Black with #F98369

Text Example


Text Example

White with #F98369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98369; }

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

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

background-color css

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

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

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

border-color css

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

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

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