Html Css Color HEX #F7886C Salmon

📋 copy color: '#F7886C'

red 247 ◦ green 136 ◦ blue 108

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

Shades of Salmon #F7886C

Tints of Salmon #F7886C

RGB

 RED value IS 247 (96.88% from 255) = 50.31%

 GREEN value IS 136 (53.52% from 255) = 27.7%

 BLUE value IS 108 (42.58% from 255) = 22%

R = 50.31%
G = 27.7%
B = 22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7886C (or 0xF7886C) is known color: Salmon. HEX triplet: F7, 88 and 6C. RGB value is (247,136,108). Sum of RGB (Red+Green+Blue) = 247+136+108=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7886C is #087793. Grayscale: #A6A6A6. Windows color (decimal): -554900 or 7112951. OLE color: 7112951.

HSL color Cylindrical-coordinate representation of color #F7886C: hue angle of 12.09º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7886C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 136 108 -
CMYK 0 0.45 0.56 0.03
HSL 12.09º 0.9% 0.7% -
HSV(B) 12.09º 0.56% 0.97% -
XYZ 49.87 38.47 18.98 -
YUV 166 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 247 136 108 0 0.45 0.56 0.03 12.09 0.9 0.7
Hex F7 88 6C 0 2D 38 3 C 5A 46
Octal 367 210 154 0 55 70 3 14 132 106
Binary 11110111 10001000 1101100 0 101101 111000 11 1100 1011010 1000110

Color Harmonies of #F7886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7886C

Black with #F7886C

Text Example


Text Example

White with #F7886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7886C; }

 p { color: rgb(247,136,108); }

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

background-color css

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

 a { background-color: rgb(247,136,108); }

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

border-color css

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

 span { border-color: rgb(247,136,108); }

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