Html Css Color HEX #F7867C Salmon

📋 copy color: '#F7867C'

red 247 ◦ green 134 ◦ blue 124

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

Shades of Salmon #F7867C

Tints of Salmon #F7867C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.55%

R = 48.91%
G = 26.53%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7867C (or 0xF7867C) is known color: Salmon. HEX triplet: F7, 86 and 7C. RGB value is (247,134,124). Sum of RGB (Red+Green+Blue) = 247+134+124=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7867C is #087983. Grayscale: #A6A6A6. Windows color (decimal): -555396 or 8161015. OLE color: 8161015.

HSL color Cylindrical-coordinate representation of color #F7867C: hue angle of 4.88º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7867C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 134 124 -
CMYK 0 0.46 0.50 0.03
HSL 4.88º 0.88% 0.73% -
HSV(B) 4.88º 0.5% 0.97% -
XYZ 50.52 38.28 23.79 -
YUV 166.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 247 134 124 0 0.46 0.50 0.03 4.88 0.88 0.73
Hex F7 86 7C 0 2E 32 3 5 58 49
Octal 367 206 174 0 56 62 3 5 130 111
Binary 11110111 10000110 1111100 0 101110 110010 11 101 1011000 1001001

Color Harmonies of #F7867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7867C

Black with #F7867C

Text Example


Text Example

White with #F7867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7867C; }

 p { color: rgb(247,134,124); }

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

background-color css

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

 a { background-color: rgb(247,134,124); }

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

border-color css

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

 span { border-color: rgb(247,134,124); }

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