Html Css Color HEX #F69978 Light Salmon

📋 copy color: '#F69978'

red 246 ◦ green 153 ◦ blue 120

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

Shades of Light Salmon #F69978

Tints of Light Salmon #F69978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.48%

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

R = 47.4%
G = 29.48%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F69978 (or 0xF69978) is known color: Light Salmon. HEX triplet: F6, 99 and 78. RGB value is (246,153,120). Sum of RGB (Red+Green+Blue) = 246+153+120=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F69978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69978 is #096687. Grayscale: #B1B1B1. Windows color (decimal): -616072 or 7903734. OLE color: 7903734.

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

Color convert

RGB 246 153 120 -
CMYK 0 0.38 0.51 0.04
HSL 15.71º 0.88% 0.72% -
HSV(B) 15.71º 0.51% 0.96% -
XYZ 52.79 43.73 23.43 -
YUV 177.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 246 153 120 0 0.38 0.51 0.04 15.71 0.88 0.72
Hex F6 99 78 0 26 33 4 10 58 48
Octal 366 231 170 0 46 63 4 20 130 110
Binary 11110110 10011001 1111000 0 100110 110011 100 10000 1011000 1001000

Color Harmonies of #F69978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69978

Black with #F69978

Text Example


Text Example

White with #F69978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69978; }

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

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

background-color css

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

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

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

border-color css

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

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

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