Html Css Color HEX #F7827A Salmon

📋 copy color: '#F7827A'

red 247 ◦ green 130 ◦ blue 122

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

Shades of Salmon #F7827A

Tints of Salmon #F7827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.05%

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 49.5%
G = 26.05%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7827A (or 0xF7827A) is known color: Salmon. HEX triplet: F7, 82 and 7A. RGB value is (247,130,122). Sum of RGB (Red+Green+Blue) = 247+130+122=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7827A is #087D85. Grayscale: #A4A4A4. Windows color (decimal): -556422 or 8028919. OLE color: 8028919.

HSL color Cylindrical-coordinate representation of color #F7827A: hue angle of 3.84º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7827A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 130 122 -
CMYK 0 0.47 0.51 0.03
HSL 3.84º 0.89% 0.72% -
HSV(B) 3.84º 0.51% 0.97% -
XYZ 49.85 37.14 22.95 -
YUV 164.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 247 130 122 0 0.47 0.51 0.03 3.84 0.89 0.72
Hex F7 82 7A 0 2F 33 3 4 59 48
Octal 367 202 172 0 57 63 3 4 131 110
Binary 11110111 10000010 1111010 0 101111 110011 11 100 1011001 1001000

Color Harmonies of #F7827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7827A

Black with #F7827A

Text Example


Text Example

White with #F7827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7827A; }

 p { color: rgb(247,130,122); }

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

background-color css

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

 a { background-color: rgb(247,130,122); }

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

border-color css

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

 span { border-color: rgb(247,130,122); }

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