Html Css Color HEX #F08165 Salmon

📋 copy color: '#F08165'

red 240 ◦ green 129 ◦ blue 101

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

Shades of Salmon #F08165

Tints of Salmon #F08165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.45%

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

R = 51.06%
G = 27.45%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08165 (or 0xF08165) is known color: Salmon. HEX triplet: F0, 81 and 65. RGB value is (240,129,101). Sum of RGB (Red+Green+Blue) = 240+129+101=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F08165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08165 is #0F7E9A. Grayscale: #9F9F9F. Windows color (decimal): -1015451 or 6652400. OLE color: 6652400.

HSL color Cylindrical-coordinate representation of color #F08165: hue angle of 12.09º 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 #F08165 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 101 -
CMYK 0 0.46 0.58 0.06
HSL 12.09º 0.82% 0.67% -
HSV(B) 12.09º 0.58% 0.94% -
XYZ 46.13 35.17 16.67 -
YUV 159 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 240 129 101 0 0.46 0.58 0.06 12.09 0.82 0.67
Hex F0 81 65 0 2E 3A 6 C 52 43
Octal 360 201 145 0 56 72 6 14 122 103
Binary 11110000 10000001 1100101 0 101110 111010 110 1100 1010010 1000011

Color Harmonies of #F08165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08165

Black with #F08165

Text Example


Text Example

White with #F08165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08165; }

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

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

background-color css

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

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

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

border-color css

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

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

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