Html Css Color HEX #F08164 Salmon

📋 copy color: '#F08164'

red 240 ◦ green 129 ◦ blue 100

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

Shades of Salmon #F08164

Tints of Salmon #F08164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 51.17%
G = 27.51%
B = 21.32%

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

#F08164 (or 0xF08164) is known color: Salmon. HEX triplet: F0, 81 and 64. RGB value is (240,129,100). Sum of RGB (Red+Green+Blue) = 240+129+100=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F08164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08164 is #0F7E9B. Grayscale: #9F9F9F. Windows color (decimal): -1015452 or 6586864. OLE color: 6586864.

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

Color convert

RGB 240 129 100 -
CMYK 0 0.46 0.58 0.06
HSL 12.43º 0.82% 0.67% -
HSV(B) 12.43º 0.58% 0.94% -
XYZ 46.09 35.15 16.41 -
YUV 158.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 240 129 100 0 0.46 0.58 0.06 12.43 0.82 0.67
Hex F0 81 64 0 2E 3A 6 C 52 43
Octal 360 201 144 0 56 72 6 14 122 103
Binary 11110000 10000001 1100100 0 101110 111010 110 1100 1010010 1000011

Color Harmonies of #F08164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08164

Black with #F08164

Text Example


Text Example

White with #F08164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08164; }

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

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

background-color css

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

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

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

border-color css

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

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

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