#F69275

Color #F69275 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #F69275

Tints of Dark Salmon #F69275

Color information

#F69275 (or 0xF69275) is unknown color: approx 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

RGB246146117-
CMYK00.410.520.04
HSL13.49º87.76%71.18%-
HSV(B)13.49º52.44%96.47%-
XYZ51.541.4322.11-
YUV172.5996.63180.36-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614611700.410.520.0413.4987.7671.18
HexF69275029344d5847
Octal36622216505164415130107
Binary111101101001001011101010101001110100100110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>