Html Css Color HEX #F6A378 Light Salmon

📋 copy color: '#F6A378'

red 246 ◦ green 163 ◦ blue 120

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

Shades of Light Salmon #F6A378

Tints of Light Salmon #F6A378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.81%

 BLUE value IS 120 (47.27% from 255) = 22.68%

R = 46.5%
G = 30.81%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F6A378 (or 0xF6A378) is known color: Light Salmon. HEX triplet: F6, A3 and 78. RGB value is (246,163,120). Sum of RGB (Red+Green+Blue) = 246+163+120=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A378 is #095C87. Grayscale: #B7B7B7. Windows color (decimal): -613512 or 7906294. OLE color: 7906294.

HSL color Cylindrical-coordinate representation of color #F6A378: hue angle of 20.48º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F6A378 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 163 120 -
CMYK 0 0.34 0.51 0.04
HSL 20.48º 0.88% 0.72% -
HSV(B) 20.48º 0.51% 0.96% -
XYZ 54.49 47.14 24 -
YUV 182.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 246 163 120 0 0.34 0.51 0.04 20.48 0.88 0.72
Hex F6 A3 78 0 22 33 4 14 58 48
Octal 366 243 170 0 42 63 4 24 130 110
Binary 11110110 10100011 1111000 0 100010 110011 100 10100 1011000 1001000

Color Harmonies of #F6A378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A378

Black with #F6A378

Text Example


Text Example

White with #F6A378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A378; }

 p { color: rgb(246,163,120); }

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

background-color css

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

 a { background-color: rgb(246,163,120); }

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

border-color css

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

 span { border-color: rgb(246,163,120); }

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