Html Css Color HEX #F07866 Salmon

📋 copy color: '#F07866'

red 240 ◦ green 120 ◦ blue 102

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

Shades of Salmon #F07866

Tints of Salmon #F07866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.97%

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

R = 51.95%
G = 25.97%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07866 (or 0xF07866) is known color: Salmon. HEX triplet: F0, 78 and 66. RGB value is (240,120,102). Sum of RGB (Red+Green+Blue) = 240+120+102=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07866 is #0F8799. Grayscale: #9A9A9A. Windows color (decimal): -1017754 or 6715632. OLE color: 6715632.

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

Color convert

RGB 240 120 102 -
CMYK 0 0.5 0.58 0.06
HSL 7.83º 0.82% 0.67% -
HSV(B) 7.83º 0.58% 0.94% -
XYZ 45.05 32.92 16.55 -
YUV 153.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 240 120 102 0 0.5 0.58 0.06 7.83 0.82 0.67
Hex F0 78 66 0 32 3A 6 8 52 43
Octal 360 170 146 0 62 72 6 10 122 103
Binary 11110000 1111000 1100110 0 110010 111010 110 1000 1010010 1000011

Color Harmonies of #F07866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07866

Black with #F07866

Text Example


Text Example

White with #F07866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07866; }

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

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

background-color css

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

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

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

border-color css

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

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

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