Html Css Color HEX #F6A481 Light Salmon

📋 copy color: '#F6A481'

red 246 ◦ green 164 ◦ blue 129

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

Shades of Light Salmon #F6A481

Tints of Light Salmon #F6A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.43%

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

R = 45.64%
G = 30.43%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6A481 (or 0xF6A481) is known color: Light Salmon. HEX triplet: F6, A4 and 81. RGB value is (246,164,129). Sum of RGB (Red+Green+Blue) = 246+164+129=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A481 is #095B7E. Grayscale: #B8B8B8. Windows color (decimal): -613247 or 8496374. OLE color: 8496374.

HSL color Cylindrical-coordinate representation of color #F6A481: hue angle of 17.95º 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 #F6A481 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 164 129 -
CMYK 0 0.33 0.48 0.04
HSL 17.95º 0.87% 0.74% -
HSV(B) 17.95º 0.48% 0.96% -
XYZ 55.24 47.73 27.07 -
YUV 184.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 246 164 129 0 0.33 0.48 0.04 17.95 0.87 0.74
Hex F6 A4 81 0 21 30 4 12 57 4A
Octal 366 244 201 0 41 60 4 22 127 112
Binary 11110110 10100100 10000001 0 100001 110000 100 10010 1010111 1001010

Color Harmonies of #F6A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A481

Black with #F6A481

Text Example


Text Example

White with #F6A481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A481; }

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

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

background-color css

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

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

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

border-color css

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

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

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