Html Css Color HEX #F7A07B Light Salmon

📋 copy color: '#F7A07B'

red 247 ◦ green 160 ◦ blue 123

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

Shades of Light Salmon #F7A07B

Tints of Light Salmon #F7A07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.19%

 BLUE value IS 123 (48.44% from 255) = 23.21%

R = 46.6%
G = 30.19%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7A07B (or 0xF7A07B) is known color: Light Salmon. HEX triplet: F7, A0 and 7B. RGB value is (247,160,123). Sum of RGB (Red+Green+Blue) = 247+160+123=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A07B is #085F84. Grayscale: #B6B6B6. Windows color (decimal): -548741 or 8102135. OLE color: 8102135.

HSL color Cylindrical-coordinate representation of color #F7A07B: hue angle of 17.9º degrees, saturation: 0.89, 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 #F7A07B is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 123 -
CMYK 0 0.35 0.50 0.03
HSL 17.9º 0.89% 0.73% -
HSV(B) 17.9º 0.5% 0.97% -
XYZ 54.5 46.35 24.81 -
YUV 181.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 247 160 123 0 0.35 0.50 0.03 17.9 0.89 0.73
Hex F7 A0 7B 0 23 32 3 12 59 49
Octal 367 240 173 0 43 62 3 22 131 111
Binary 11110111 10100000 1111011 0 100011 110010 11 10010 1011001 1001001

Color Harmonies of #F7A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A07B

Black with #F7A07B

Text Example


Text Example

White with #F7A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A07B; }

 p { color: rgb(247,160,123); }

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

background-color css

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

 a { background-color: rgb(247,160,123); }

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

border-color css

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

 span { border-color: rgb(247,160,123); }

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