#F7A98A

Color #F7A98A Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #F7A98A

Tints of Light Salmon #F7A98A

Color information

#F7A98A (or 0xF7A98A) is unknown color: approx Light Salmon. HEX triplet: F7, A9 and 8A. RGB value is (247,169,138). Sum of RGB (Red+Green+Blue) = 247+169+138=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A98A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A98A is #085675. Grayscale: #BCBCBC. Windows color (decimal): -546422 or 9087479. OLE color: 9087479.

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

Color convert

RGB247169138-
CMYK00.320.440.03
HSL17.06º87.2%75.49%-
HSV(B)17.06º44.13%96.86%-
XYZ57.1349.9930.68-
YUV188.7999.34169.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.58%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=44.58%
G=30.51%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716913800.320.440.0317.0687.275.49
HexF7A98A0202C311574b
Octal36725121204054321127113
Binary1111011110101001100010100100000101100111000110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A98A; }

 p { color: rgb(247,169,138); }

 H1.HeaderClassName
 {
   color: #F7A98A;
 }
 .AnyTagClassName
 {
   color: #F7A98A;
 }
</style>
background-color css

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

 a { background-color: rgb(247,169,138); }

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

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

 span { border-color: rgb(247,169,138); }

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