Html Css Color HEX #F07E64 Salmon

📋 copy color: '#F07E64'

red 240 ◦ green 126 ◦ blue 100

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

Shades of Salmon #F07E64

Tints of Salmon #F07E64

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

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

R = 51.5%
G = 27.04%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07E64 (or 0xF07E64) is known color: Salmon. HEX triplet: F0, 7E and 64. RGB value is (240,126,100). Sum of RGB (Red+Green+Blue) = 240+126+100=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E64 is #0F819B. Grayscale: #9D9D9D. Windows color (decimal): -1016220 or 6586096. OLE color: 6586096.

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

Color convert

RGB 240 126 100 -
CMYK 0 0.48 0.58 0.06
HSL 11.14º 0.82% 0.67% -
HSV(B) 11.14º 0.58% 0.94% -
XYZ 45.7 34.37 16.28 -
YUV 157.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 240 126 100 0 0.48 0.58 0.06 11.14 0.82 0.67
Hex F0 7E 64 0 30 3A 6 B 52 43
Octal 360 176 144 0 60 72 6 13 122 103
Binary 11110000 1111110 1100100 0 110000 111010 110 1011 1010010 1000011

Color Harmonies of #F07E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E64

Black with #F07E64

Text Example


Text Example

White with #F07E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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