Html Css Color HEX #F7816B Salmon

📋 copy color: '#F7816B'

red 247 ◦ green 129 ◦ blue 107

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

Shades of Salmon #F7816B

Tints of Salmon #F7816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

 BLUE value IS 107 (42.19% from 255) = 22.15%

R = 51.14%
G = 26.71%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7816B (or 0xF7816B) is known color: Salmon. HEX triplet: F7, 81 and 6B. RGB value is (247,129,107). Sum of RGB (Red+Green+Blue) = 247+129+107=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7816B is #087E94. Grayscale: #A1A1A1. Windows color (decimal): -556693 or 7045623. OLE color: 7045623.

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

Color convert

RGB 247 129 107 -
CMYK 0 0.48 0.57 0.03
HSL 9.43º 0.9% 0.69% -
HSV(B) 9.43º 0.57% 0.97% -
XYZ 48.86 36.54 18.39 -
YUV 161.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 247 129 107 0 0.48 0.57 0.03 9.43 0.9 0.69
Hex F7 81 6B 0 30 39 3 9 5A 45
Octal 367 201 153 0 60 71 3 11 132 105
Binary 11110111 10000001 1101011 0 110000 111001 11 1001 1011010 1000101

Color Harmonies of #F7816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7816B

Black with #F7816B

Text Example


Text Example

White with #F7816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7816B; }

 p { color: rgb(247,129,107); }

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

background-color css

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

 a { background-color: rgb(247,129,107); }

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

border-color css

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

 span { border-color: rgb(247,129,107); }

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