Html Css Color HEX #F6A57D Light Salmon

📋 copy color: '#F6A57D'

red 246 ◦ green 165 ◦ blue 125

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

Shades of Light Salmon #F6A57D

Tints of Light Salmon #F6A57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 45.9%
G = 30.78%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6A57D (or 0xF6A57D) is known color: Light Salmon. HEX triplet: F6, A5 and 7D. RGB value is (246,165,125). Sum of RGB (Red+Green+Blue) = 246+165+125=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A57D is #095A82. Grayscale: #B8B8B8. Windows color (decimal): -612995 or 8234486. OLE color: 8234486.

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

Color convert

RGB 246 165 125 -
CMYK 0 0.33 0.49 0.04
HSL 19.83º 0.87% 0.73% -
HSV(B) 19.83º 0.49% 0.96% -
XYZ 55.16 47.98 25.76 -
YUV 184.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 246 165 125 0 0.33 0.49 0.04 19.83 0.87 0.73
Hex F6 A5 7D 0 21 31 4 14 57 49
Octal 366 245 175 0 41 61 4 24 127 111
Binary 11110110 10100101 1111101 0 100001 110001 100 10100 1010111 1001001

Color Harmonies of #F6A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A57D

Black with #F6A57D

Text Example


Text Example

White with #F6A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A57D; }

 p { color: rgb(246,165,125); }

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

background-color css

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

 a { background-color: rgb(246,165,125); }

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

border-color css

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

 span { border-color: rgb(246,165,125); }

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