Html Css Color HEX #F69275 Dark Salmon

📋 copy color: '#F69275'

red 246 ◦ green 146 ◦ blue 117

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

Shades of Dark Salmon #F69275

Tints of Dark Salmon #F69275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.68%

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 48.33%
G = 28.68%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F69275 (or 0xF69275) is known color: Dark Salmon. HEX triplet: F6, 92 and 75. RGB value is (246,146,117). Sum of RGB (Red+Green+Blue) = 246+146+117=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F69275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69275 is #096D8A. Grayscale: #ACACAC. Windows color (decimal): -617867 or 7705334. OLE color: 7705334.

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

Color convert

RGB 246 146 117 -
CMYK 0 0.41 0.52 0.04
HSL 13.49º 0.88% 0.71% -
HSV(B) 13.49º 0.52% 0.96% -
XYZ 51.5 41.43 22.11 -
YUV 172.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 246 146 117 0 0.41 0.52 0.04 13.49 0.88 0.71
Hex F6 92 75 0 29 34 4 D 58 47
Octal 366 222 165 0 51 64 4 15 130 107
Binary 11110110 10010010 1110101 0 101001 110100 100 1101 1011000 1000111

Color Harmonies of #F69275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69275

Black with #F69275

Text Example


Text Example

White with #F69275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69275; }

 p { color: rgb(246,146,117); }

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

background-color css

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

 a { background-color: rgb(246,146,117); }

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

border-color css

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

 span { border-color: rgb(246,146,117); }

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