Html Css Color HEX #F7816A Salmon

📋 copy color: '#F7816A'

red 247 ◦ green 129 ◦ blue 106

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

Shades of Salmon #F7816A

Tints of Salmon #F7816A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 51.24%
G = 26.76%
B = 21.99%

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

#F7816A (or 0xF7816A) is known color: Salmon. HEX triplet: F7, 81 and 6A. RGB value is (247,129,106). Sum of RGB (Red+Green+Blue) = 247+129+106=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7816A is #087E95. Grayscale: #A1A1A1. Windows color (decimal): -556694 or 6980087. OLE color: 6980087.

HSL color Cylindrical-coordinate representation of color #F7816A: hue angle of 9.79º 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 #F7816A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 106 -
CMYK 0 0.48 0.57 0.03
HSL 9.79º 0.9% 0.69% -
HSV(B) 9.79º 0.57% 0.97% -
XYZ 48.81 36.52 18.11 -
YUV 161.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 247 129 106 0 0.48 0.57 0.03 9.79 0.9 0.69
Hex F7 81 6A 0 30 39 3 A 5A 45
Octal 367 201 152 0 60 71 3 12 132 105
Binary 11110111 10000001 1101010 0 110000 111001 11 1010 1011010 1000101

Color Harmonies of #F7816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7816A

Black with #F7816A

Text Example


Text Example

White with #F7816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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