Html Css Color HEX #F6A081 Light Salmon

📋 copy color: '#F6A081'

red 246 ◦ green 160 ◦ blue 129

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

Shades of Light Salmon #F6A081

Tints of Light Salmon #F6A081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.11%

R = 45.98%
G = 29.91%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6A081 (or 0xF6A081) is known color: Light Salmon. HEX triplet: F6, A0 and 81. RGB value is (246,160,129). Sum of RGB (Red+Green+Blue) = 246+160+129=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A081 is #095F7E. Grayscale: #B6B6B6. Windows color (decimal): -614271 or 8495350. OLE color: 8495350.

HSL color Cylindrical-coordinate representation of color #F6A081: hue angle of 15.9º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6A081 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 160 129 -
CMYK 0 0.35 0.48 0.04
HSL 15.9º 0.87% 0.74% -
HSV(B) 15.9º 0.48% 0.96% -
XYZ 54.54 46.32 26.83 -
YUV 182.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 246 160 129 0 0.35 0.48 0.04 15.9 0.87 0.74
Hex F6 A0 81 0 23 30 4 10 57 4A
Octal 366 240 201 0 43 60 4 20 127 112
Binary 11110110 10100000 10000001 0 100011 110000 100 10000 1010111 1001010

Color Harmonies of #F6A081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A081

Black with #F6A081

Text Example


Text Example

White with #F6A081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A081; }

 p { color: rgb(246,160,129); }

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

background-color css

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

 a { background-color: rgb(246,160,129); }

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

border-color css

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

 span { border-color: rgb(246,160,129); }

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