Html Css Color HEX #F98768 Salmon

📋 copy color: '#F98768'

red 249 ◦ green 135 ◦ blue 104

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

Shades of Salmon #F98768

Tints of Salmon #F98768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.66%

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

R = 51.02%
G = 27.66%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F98768 (or 0xF98768) is known color: Salmon. HEX triplet: F9, 87 and 68. RGB value is (249,135,104). Sum of RGB (Red+Green+Blue) = 249+135+104=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F98768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98768 is #067897. Grayscale: #A5A5A5. Windows color (decimal): -424088 or 6850553. OLE color: 6850553.

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

Color convert

RGB 249 135 104 -
CMYK 0 0.46 0.58 0.02
HSL 12.83º 0.92% 0.69% -
HSV(B) 12.83º 0.58% 0.98% -
XYZ 50.23 38.47 17.87 -
YUV 165.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 249 135 104 0 0.46 0.58 0.02 12.83 0.92 0.69
Hex F9 87 68 0 2E 3A 2 D 5C 45
Octal 371 207 150 0 56 72 2 15 134 105
Binary 11111001 10000111 1101000 0 101110 111010 10 1101 1011100 1000101

Color Harmonies of #F98768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98768

Black with #F98768

Text Example


Text Example

White with #F98768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98768; }

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

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

background-color css

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

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

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

border-color css

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

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

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