Html Css Color HEX #F7A782 Light Salmon

📋 copy color: '#F7A782'

red 247 ◦ green 167 ◦ blue 130

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

Shades of Light Salmon #F7A782

Tints of Light Salmon #F7A782

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.7%

 BLUE value IS 130 (51.17% from 255) = 23.9%

R = 45.4%
G = 30.7%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F7A782 (or 0xF7A782) is known color: Light Salmon. HEX triplet: F7, A7 and 82. RGB value is (247,167,130). Sum of RGB (Red+Green+Blue) = 247+167+130=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A782 is #08587D. Grayscale: #BABABA. Windows color (decimal): -546942 or 8562679. OLE color: 8562679.

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

Color convert

RGB 247 167 130 -
CMYK 0 0.32 0.47 0.03
HSL 18.97º 0.88% 0.74% -
HSV(B) 18.97º 0.47% 0.97% -
XYZ 56.21 49.02 27.62 -
YUV 186.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 247 167 130 0 0.32 0.47 0.03 18.97 0.88 0.74
Hex F7 A7 82 0 20 2F 3 13 58 4A
Octal 367 247 202 0 40 57 3 23 130 112
Binary 11110111 10100111 10000010 0 100000 101111 11 10011 1011000 1001010

Color Harmonies of #F7A782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A782

Black with #F7A782

Text Example


Text Example

White with #F7A782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A782; }

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

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

background-color css

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

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

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

border-color css

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

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

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