Html Css Color HEX #F08465 Salmon

📋 copy color: '#F08465'

red 240 ◦ green 132 ◦ blue 101

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

Shades of Salmon #F08465

Tints of Salmon #F08465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 50.74%
G = 27.91%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08465 (or 0xF08465) is known color: Salmon. HEX triplet: F0, 84 and 65. RGB value is (240,132,101). Sum of RGB (Red+Green+Blue) = 240+132+101=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F08465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08465 is #0F7B9A. Grayscale: #A0A0A0. Windows color (decimal): -1014683 or 6653168. OLE color: 6653168.

HSL color Cylindrical-coordinate representation of color #F08465: hue angle of 13.38º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08465 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 101 -
CMYK 0 0.45 0.58 0.06
HSL 13.38º 0.82% 0.67% -
HSV(B) 13.38º 0.58% 0.94% -
XYZ 46.54 35.97 16.8 -
YUV 160.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 240 132 101 0 0.45 0.58 0.06 13.38 0.82 0.67
Hex F0 84 65 0 2D 3A 6 D 52 43
Octal 360 204 145 0 55 72 6 15 122 103
Binary 11110000 10000100 1100101 0 101101 111010 110 1101 1010010 1000011

Color Harmonies of #F08465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08465

Black with #F08465

Text Example


Text Example

White with #F08465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08465; }

 p { color: rgb(240,132,101); }

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

background-color css

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

 a { background-color: rgb(240,132,101); }

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

border-color css

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

 span { border-color: rgb(240,132,101); }

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