Html Css Color HEX #F69273 Dark Salmon

📋 copy color: '#F69273'

red 246 ◦ green 146 ◦ blue 115

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

Shades of Dark Salmon #F69273

Tints of Dark Salmon #F69273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 48.52%
G = 28.8%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F69273 (or 0xF69273) is known color: Dark Salmon. HEX triplet: F6, 92 and 73. RGB value is (246,146,115). Sum of RGB (Red+Green+Blue) = 246+146+115=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F69273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69273 is #096D8C. Grayscale: #ACACAC. Windows color (decimal): -617869 or 7574262. OLE color: 7574262.

HSL color Cylindrical-coordinate representation of color #F69273: hue angle of 14.2º 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 #F69273 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 146 115 -
CMYK 0 0.41 0.53 0.04
HSL 14.2º 0.88% 0.71% -
HSV(B) 14.2º 0.53% 0.96% -
XYZ 51.38 41.39 21.5 -
YUV 172.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 246 146 115 0 0.41 0.53 0.04 14.2 0.88 0.71
Hex F6 92 73 0 29 35 4 E 58 47
Octal 366 222 163 0 51 65 4 16 130 107
Binary 11110110 10010010 1110011 0 101001 110101 100 1110 1011000 1000111

Color Harmonies of #F69273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69273

Black with #F69273

Text Example


Text Example

White with #F69273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69273; }

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

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

background-color css

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

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

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

border-color css

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

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

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