Html Css Color HEX #F07966 Salmon

📋 copy color: '#F07966'

red 240 ◦ green 121 ◦ blue 102

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

Shades of Salmon #F07966

Tints of Salmon #F07966

RGB

 RED value IS 240 (94.14% from 255) = 51.84%

 GREEN value IS 121 (47.66% from 255) = 26.13%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 51.84%
G = 26.13%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07966 (or 0xF07966) is known color: Salmon. HEX triplet: F0, 79 and 66. RGB value is (240,121,102). Sum of RGB (Red+Green+Blue) = 240+121+102=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F07966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07966 is #0F8699. Grayscale: #9A9A9A. Windows color (decimal): -1017498 or 6715888. OLE color: 6715888.

HSL color Cylindrical-coordinate representation of color #F07966: hue angle of 8.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07966 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 102 -
CMYK 0 0.50 0.58 0.06
HSL 8.26º 0.82% 0.67% -
HSV(B) 8.26º 0.58% 0.94% -
XYZ 45.17 33.16 16.59 -
YUV 154.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 240 121 102 0 0.50 0.58 0.06 8.26 0.82 0.67
Hex F0 79 66 0 32 3A 6 8 52 43
Octal 360 171 146 0 62 72 6 10 122 103
Binary 11110000 1111001 1100110 0 110010 111010 110 1000 1010010 1000011

Color Harmonies of #F07966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07966

Black with #F07966

Text Example


Text Example

White with #F07966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07966; }

 p { color: rgb(240,121,102); }

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

background-color css

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

 a { background-color: rgb(240,121,102); }

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

border-color css

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

 span { border-color: rgb(240,121,102); }

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