Html Css Color HEX #F69477 Dark Salmon

📋 copy color: '#F69477'

red 246 ◦ green 148 ◦ blue 119

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

Shades of Dark Salmon #F69477

Tints of Dark Salmon #F69477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 47.95%
G = 28.85%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F69477 (or 0xF69477) is known color: Dark Salmon. HEX triplet: F6, 94 and 77. RGB value is (246,148,119). Sum of RGB (Red+Green+Blue) = 246+148+119=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F69477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69477 is #096B88. Grayscale: #AEAEAE. Windows color (decimal): -617353 or 7836918. OLE color: 7836918.

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

Color convert

RGB 246 148 119 -
CMYK 0 0.40 0.52 0.04
HSL 13.7º 0.88% 0.72% -
HSV(B) 13.7º 0.52% 0.96% -
XYZ 51.93 42.1 22.84 -
YUV 174 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 246 148 119 0 0.40 0.52 0.04 13.7 0.88 0.72
Hex F6 94 77 0 28 34 4 E 58 48
Octal 366 224 167 0 50 64 4 16 130 110
Binary 11110110 10010100 1110111 0 101000 110100 100 1110 1011000 1001000

Color Harmonies of #F69477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69477

Black with #F69477

Text Example


Text Example

White with #F69477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69477; }

 p { color: rgb(246,148,119); }

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

background-color css

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

 a { background-color: rgb(246,148,119); }

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

border-color css

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

 span { border-color: rgb(246,148,119); }

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