Html Css Color HEX #F68268 Salmon

📋 copy color: '#F68268'

red 246 ◦ green 130 ◦ blue 104

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

Shades of Salmon #F68268

Tints of Salmon #F68268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.08%

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 51.25%
G = 27.08%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F68268 (or 0xF68268) is known color: Salmon. HEX triplet: F6, 82 and 68. RGB value is (246,130,104). Sum of RGB (Red+Green+Blue) = 246+130+104=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F68268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68268 is #097D97. Grayscale: #A1A1A1. Windows color (decimal): -621976 or 6849270. OLE color: 6849270.

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

Color convert

RGB 246 130 104 -
CMYK 0 0.47 0.58 0.04
HSL 10.99º 0.89% 0.69% -
HSV(B) 10.99º 0.58% 0.96% -
XYZ 48.49 36.56 17.6 -
YUV 161.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 246 130 104 0 0.47 0.58 0.04 10.99 0.89 0.69
Hex F6 82 68 0 2F 3A 4 B 59 45
Octal 366 202 150 0 57 72 4 13 131 105
Binary 11110110 10000010 1101000 0 101111 111010 100 1011 1011001 1000101

Color Harmonies of #F68268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68268

Black with #F68268

Text Example


Text Example

White with #F68268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68268; }

 p { color: rgb(246,130,104); }

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

background-color css

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

 a { background-color: rgb(246,130,104); }

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

border-color css

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

 span { border-color: rgb(246,130,104); }

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