Html Css Color HEX #F97A68 Salmon

📋 copy color: '#F97A68'

red 249 ◦ green 122 ◦ blue 104

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

Shades of Salmon #F97A68

Tints of Salmon #F97A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.68%

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

R = 52.42%
G = 25.68%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F97A68 (or 0xF97A68) is known color: Salmon. HEX triplet: F9, 7A and 68. RGB value is (249,122,104). Sum of RGB (Red+Green+Blue) = 249+122+104=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97A68 is #068597. Grayscale: #9E9E9E. Windows color (decimal): -427416 or 6847225. OLE color: 6847225.

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

Color convert

RGB 249 122 104 -
CMYK 0 0.51 0.58 0.02
HSL 7.45º 0.92% 0.69% -
HSV(B) 7.45º 0.58% 0.98% -
XYZ 48.53 35.06 17.31 -
YUV 157.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 249 122 104 0 0.51 0.58 0.02 7.45 0.92 0.69
Hex F9 7A 68 0 33 3A 2 7 5C 45
Octal 371 172 150 0 63 72 2 7 134 105
Binary 11111001 1111010 1101000 0 110011 111010 10 111 1011100 1000101

Color Harmonies of #F97A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97A68

Black with #F97A68

Text Example


Text Example

White with #F97A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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