Html Css Color HEX #F0826C Salmon

📋 copy color: '#F0826C'

red 240 ◦ green 130 ◦ blue 108

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

Shades of Salmon #F0826C

Tints of Salmon #F0826C

RGB

 RED value IS 240 (94.14% from 255) = 50.21%

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

 BLUE value IS 108 (42.58% from 255) = 22.59%

R = 50.21%
G = 27.2%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0826C (or 0xF0826C) is known color: Salmon. HEX triplet: F0, 82 and 6C. RGB value is (240,130,108). Sum of RGB (Red+Green+Blue) = 240+130+108=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0826C is #0F7D93. Grayscale: #A0A0A0. Windows color (decimal): -1015188 or 7111408. OLE color: 7111408.

HSL color Cylindrical-coordinate representation of color #F0826C: hue angle of 10º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0826C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 108 -
CMYK 0 0.46 0.55 0.06
HSL 10º 0.81% 0.68% -
HSV(B) 10º 0.55% 0.94% -
XYZ 46.62 35.57 18.6 -
YUV 160.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 240 130 108 0 0.46 0.55 0.06 10 0.81 0.68
Hex F0 82 6C 0 2E 37 6 A 51 44
Octal 360 202 154 0 56 67 6 12 121 104
Binary 11110000 10000010 1101100 0 101110 110111 110 1010 1010001 1000100

Color Harmonies of #F0826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0826C

Black with #F0826C

Text Example


Text Example

White with #F0826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0826C; }

 p { color: rgb(240,130,108); }

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

background-color css

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

 a { background-color: rgb(240,130,108); }

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

border-color css

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

 span { border-color: rgb(240,130,108); }

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