Html Css Color HEX #F69574 Dark Salmon

📋 copy color: '#F69574'

red 246 ◦ green 149 ◦ blue 116

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

Shades of Dark Salmon #F69574

Tints of Dark Salmon #F69574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.16%

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 48.14%
G = 29.16%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F69574 (or 0xF69574) is known color: Dark Salmon. HEX triplet: F6, 95 and 74. RGB value is (246,149,116). Sum of RGB (Red+Green+Blue) = 246+149+116=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F69574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69574 is #096A8B. Grayscale: #AEAEAE. Windows color (decimal): -617100 or 7640566. OLE color: 7640566.

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

Color convert

RGB 246 149 116 -
CMYK 0 0.39 0.53 0.04
HSL 15.23º 0.88% 0.71% -
HSV(B) 15.23º 0.53% 0.96% -
XYZ 51.91 42.35 21.96 -
YUV 174.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 246 149 116 0 0.39 0.53 0.04 15.23 0.88 0.71
Hex F6 95 74 0 27 35 4 F 58 47
Octal 366 225 164 0 47 65 4 17 130 107
Binary 11110110 10010101 1110100 0 100111 110101 100 1111 1011000 1000111

Color Harmonies of #F69574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69574

Black with #F69574

Text Example


Text Example

White with #F69574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69574; }

 p { color: rgb(246,149,116); }

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

background-color css

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

 a { background-color: rgb(246,149,116); }

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

border-color css

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

 span { border-color: rgb(246,149,116); }

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