Html Css Color HEX #F6A485 Light Salmon

📋 copy color: '#F6A485'

red 246 ◦ green 164 ◦ blue 133

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

Shades of Light Salmon #F6A485

Tints of Light Salmon #F6A485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.49%

R = 45.3%
G = 30.2%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6A485 (or 0xF6A485) is known color: Light Salmon. HEX triplet: F6, A4 and 85. RGB value is (246,164,133). Sum of RGB (Red+Green+Blue) = 246+164+133=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A485 is #095B7A. Grayscale: #B9B9B9. Windows color (decimal): -613243 or 8758518. OLE color: 8758518.

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

Color convert

RGB 246 164 133 -
CMYK 0 0.33 0.46 0.04
HSL 16.46º 0.86% 0.74% -
HSV(B) 16.46º 0.46% 0.96% -
XYZ 55.52 47.84 28.5 -
YUV 184.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 246 164 133 0 0.33 0.46 0.04 16.46 0.86 0.74
Hex F6 A4 85 0 21 2E 4 10 56 4A
Octal 366 244 205 0 41 56 4 20 126 112
Binary 11110110 10100100 10000101 0 100001 101110 100 10000 1010110 1001010

Color Harmonies of #F6A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A485

Black with #F6A485

Text Example


Text Example

White with #F6A485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A485; }

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

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

background-color css

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

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

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

border-color css

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

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

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