Html Css Color HEX #F69172 Dark Salmon

📋 copy color: '#F69172'

red 246 ◦ green 145 ◦ blue 114

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

Shades of Dark Salmon #F69172

Tints of Dark Salmon #F69172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 48.71%
G = 28.71%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F69172 (or 0xF69172) is known color: Dark Salmon. HEX triplet: F6, 91 and 72. RGB value is (246,145,114). Sum of RGB (Red+Green+Blue) = 246+145+114=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F69172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69172 is #096E8D. Grayscale: #ABABAB. Windows color (decimal): -618126 or 7508470. OLE color: 7508470.

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

Color convert

RGB 246 145 114 -
CMYK 0 0.41 0.54 0.04
HSL 14.09º 0.88% 0.71% -
HSV(B) 14.09º 0.54% 0.96% -
XYZ 51.17 41.06 21.15 -
YUV 171.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 246 145 114 0 0.41 0.54 0.04 14.09 0.88 0.71
Hex F6 91 72 0 29 36 4 E 58 47
Octal 366 221 162 0 51 66 4 16 130 107
Binary 11110110 10010001 1110010 0 101001 110110 100 1110 1011000 1000111

Color Harmonies of #F69172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69172

Black with #F69172

Text Example


Text Example

White with #F69172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69172; }

 p { color: rgb(246,145,114); }

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

background-color css

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

 a { background-color: rgb(246,145,114); }

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

border-color css

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

 span { border-color: rgb(246,145,114); }

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