Html Css Color HEX #F0876E Salmon

📋 copy color: '#F0876E'

red 240 ◦ green 135 ◦ blue 110

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

Shades of Salmon #F0876E

Tints of Salmon #F0876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.84%

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 49.48%
G = 27.84%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0876E (or 0xF0876E) is known color: Salmon. HEX triplet: F0, 87 and 6E. RGB value is (240,135,110). Sum of RGB (Red+Green+Blue) = 240+135+110=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0876E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0876E is #0F7891. Grayscale: #A3A3A3. Windows color (decimal): -1013906 or 7243760. OLE color: 7243760.

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

Color convert

RGB 240 135 110 -
CMYK 0 0.44 0.54 0.06
HSL 11.54º 0.81% 0.69% -
HSV(B) 11.54º 0.54% 0.94% -
XYZ 47.41 36.98 19.39 -
YUV 163.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 240 135 110 0 0.44 0.54 0.06 11.54 0.81 0.69
Hex F0 87 6E 0 2C 36 6 C 51 45
Octal 360 207 156 0 54 66 6 14 121 105
Binary 11110000 10000111 1101110 0 101100 110110 110 1100 1010001 1000101

Color Harmonies of #F0876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0876E

Black with #F0876E

Text Example


Text Example

White with #F0876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0876E; }

 p { color: rgb(240,135,110); }

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

background-color css

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

 a { background-color: rgb(240,135,110); }

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

border-color css

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

 span { border-color: rgb(240,135,110); }

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