Html Css Color HEX #F07C64 Salmon

📋 copy color: '#F07C64'

red 240 ◦ green 124 ◦ blue 100

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

Shades of Salmon #F07C64

Tints of Salmon #F07C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.72%

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

R = 51.72%
G = 26.72%
B = 21.55%

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

#F07C64 (or 0xF07C64) is known color: Salmon. HEX triplet: F0, 7C and 64. RGB value is (240,124,100). Sum of RGB (Red+Green+Blue) = 240+124+100=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C64 is #0F839B. Grayscale: #9C9C9C. Windows color (decimal): -1016732 or 6585584. OLE color: 6585584.

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

Color convert

RGB 240 124 100 -
CMYK 0 0.48 0.58 0.06
HSL 10.29º 0.82% 0.67% -
HSV(B) 10.29º 0.58% 0.94% -
XYZ 45.44 33.86 16.2 -
YUV 155.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 240 124 100 0 0.48 0.58 0.06 10.29 0.82 0.67
Hex F0 7C 64 0 30 3A 6 A 52 43
Octal 360 174 144 0 60 72 6 12 122 103
Binary 11110000 1111100 1100100 0 110000 111010 110 1010 1010010 1000011

Color Harmonies of #F07C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C64

Black with #F07C64

Text Example


Text Example

White with #F07C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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