Html Css Color HEX #F08674 Salmon

📋 copy color: '#F08674'

red 240 ◦ green 134 ◦ blue 116

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

Shades of Salmon #F08674

Tints of Salmon #F08674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 48.98%
G = 27.35%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08674 (or 0xF08674) is known color: Salmon. HEX triplet: F0, 86 and 74. RGB value is (240,134,116). Sum of RGB (Red+Green+Blue) = 240+134+116=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F08674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08674 is #0F798B. Grayscale: #A3A3A3. Windows color (decimal): -1014156 or 7636720. OLE color: 7636720.

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

Color convert

RGB 240 134 116 -
CMYK 0 0.44 0.52 0.06
HSL 8.71º 0.81% 0.7% -
HSV(B) 8.71º 0.52% 0.94% -
XYZ 47.61 36.84 21.12 -
YUV 163.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 240 134 116 0 0.44 0.52 0.06 8.71 0.81 0.7
Hex F0 86 74 0 2C 34 6 9 51 46
Octal 360 206 164 0 54 64 6 11 121 106
Binary 11110000 10000110 1110100 0 101100 110100 110 1001 1010001 1000110

Color Harmonies of #F08674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08674

Black with #F08674

Text Example


Text Example

White with #F08674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08674; }

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

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

background-color css

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

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

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

border-color css

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

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

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