Html Css Color HEX #F67869 Salmon

📋 copy color: '#F67869'

red 246 ◦ green 120 ◦ blue 105

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

Shades of Salmon #F67869

Tints of Salmon #F67869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.48%

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 52.23%
G = 25.48%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F67869 (or 0xF67869) is known color: Salmon. HEX triplet: F6, 78 and 69. RGB value is (246,120,105). Sum of RGB (Red+Green+Blue) = 246+120+105=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F67869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67869 is #098796. Grayscale: #9C9C9C. Windows color (decimal): -624535 or 6912246. OLE color: 6912246.

HSL color Cylindrical-coordinate representation of color #F67869: hue angle of 6.38º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F67869 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 120 105 -
CMYK 0 0.51 0.57 0.04
HSL 6.38º 0.89% 0.69% -
HSV(B) 6.38º 0.57% 0.96% -
XYZ 47.27 34.05 17.44 -
YUV 155.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 246 120 105 0 0.51 0.57 0.04 6.38 0.89 0.69
Hex F6 78 69 0 33 39 4 6 59 45
Octal 366 170 151 0 63 71 4 6 131 105
Binary 11110110 1111000 1101001 0 110011 111001 100 110 1011001 1000101

Color Harmonies of #F67869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67869

Black with #F67869

Text Example


Text Example

White with #F67869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67869; }

 p { color: rgb(246,120,105); }

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

background-color css

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

 a { background-color: rgb(246,120,105); }

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

border-color css

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

 span { border-color: rgb(246,120,105); }

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