Html Css Color HEX #F6A27D Light Salmon

📋 copy color: '#F6A27D'

red 246 ◦ green 162 ◦ blue 125

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

Shades of Light Salmon #F6A27D

Tints of Light Salmon #F6A27D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.39%

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

R = 46.15%
G = 30.39%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6A27D (or 0xF6A27D) is known color: Light Salmon. HEX triplet: F6, A2 and 7D. RGB value is (246,162,125). Sum of RGB (Red+Green+Blue) = 246+162+125=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A27D is #095D82. Grayscale: #B7B7B7. Windows color (decimal): -613763 or 8233718. OLE color: 8233718.

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

Color convert

RGB 246 162 125 -
CMYK 0 0.34 0.49 0.04
HSL 18.35º 0.87% 0.73% -
HSV(B) 18.35º 0.49% 0.96% -
XYZ 54.63 46.91 25.58 -
YUV 182.9 95.33 173.01 -
System Red Green Blue C M Y K H S L
Decimal 246 162 125 0 0.34 0.49 0.04 18.35 0.87 0.73
Hex F6 A2 7D 0 22 31 4 12 57 49
Octal 366 242 175 0 42 61 4 22 127 111
Binary 11110110 10100010 1111101 0 100010 110001 100 10010 1010111 1001001

Color Harmonies of #F6A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A27D

Black with #F6A27D

Text Example


Text Example

White with #F6A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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