Html Css Color HEX #F6A37A Light Salmon

📋 copy color: '#F6A37A'

red 246 ◦ green 163 ◦ blue 122

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

Shades of Light Salmon #F6A37A

Tints of Light Salmon #F6A37A

RGB

 RED value IS 246 (96.48% from 255) = 46.33%

 GREEN value IS 163 (64.06% from 255) = 30.7%

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

R = 46.33%
G = 30.7%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6A37A (or 0xF6A37A) is known color: Light Salmon. HEX triplet: F6, A3 and 7A. RGB value is (246,163,122). Sum of RGB (Red+Green+Blue) = 246+163+122=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A37A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A37A is #095C85. Grayscale: #B7B7B7. Windows color (decimal): -613510 or 8037366. OLE color: 8037366.

HSL color Cylindrical-coordinate representation of color #F6A37A: hue angle of 19.84º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6A37A is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 163 122 -
CMYK 0 0.34 0.50 0.04
HSL 19.84º 0.87% 0.72% -
HSV(B) 19.84º 0.5% 0.96% -
XYZ 54.62 47.19 24.64 -
YUV 183.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 246 163 122 0 0.34 0.50 0.04 19.84 0.87 0.72
Hex F6 A3 7A 0 22 32 4 14 57 48
Octal 366 243 172 0 42 62 4 24 127 110
Binary 11110110 10100011 1111010 0 100010 110010 100 10100 1010111 1001000

Color Harmonies of #F6A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A37A

Black with #F6A37A

Text Example


Text Example

White with #F6A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A37A; }

 p { color: rgb(246,163,122); }

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

background-color css

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

 a { background-color: rgb(246,163,122); }

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

border-color css

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

 span { border-color: rgb(246,163,122); }

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