Html Css Color HEX #F08678 Salmon

📋 copy color: '#F08678'

red 240 ◦ green 134 ◦ blue 120

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

Shades of Salmon #F08678

Tints of Salmon #F08678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.13%

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 48.58%
G = 27.13%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F08678 (or 0xF08678) is known color: Salmon. HEX triplet: F0, 86 and 78. RGB value is (240,134,120). Sum of RGB (Red+Green+Blue) = 240+134+120=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F08678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08678 is #0F7987. Grayscale: #A4A4A4. Windows color (decimal): -1014152 or 7898864. OLE color: 7898864.

HSL color Cylindrical-coordinate representation of color #F08678: hue angle of 7º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08678 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 120 -
CMYK 0 0.44 0.5 0.06
HSL 0.8% 0.71% -
HSV(B) 0.5% 0.94% -
XYZ 47.85 36.93 22.38 -
YUV 164.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 240 134 120 0 0.44 0.5 0.06 7 0.8 0.71
Hex F0 86 78 0 2C 32 6 7 50 47
Octal 360 206 170 0 54 62 6 7 120 107
Binary 11110000 10000110 1111000 0 101100 110010 110 111 1010000 1000111

Color Harmonies of #F08678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08678

Black with #F08678

Text Example


Text Example

White with #F08678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08678; }

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

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

background-color css

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

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

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

border-color css

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

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

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