Html Css Color HEX #F07C68 Salmon

📋 copy color: '#F07C68'

red 240 ◦ green 124 ◦ blue 104

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

Shades of Salmon #F07C68

Tints of Salmon #F07C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 51.28%
G = 26.5%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F07C68 (or 0xF07C68) is known color: Salmon. HEX triplet: F0, 7C and 68. RGB value is (240,124,104). Sum of RGB (Red+Green+Blue) = 240+124+104=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C68 is #0F8397. Grayscale: #9C9C9C. Windows color (decimal): -1016728 or 6847728. OLE color: 6847728.

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

Color convert

RGB 240 124 104 -
CMYK 0 0.48 0.57 0.06
HSL 8.82º 0.82% 0.67% -
HSV(B) 8.82º 0.57% 0.94% -
XYZ 45.64 33.94 17.24 -
YUV 156.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 240 124 104 0 0.48 0.57 0.06 8.82 0.82 0.67
Hex F0 7C 68 0 30 39 6 9 52 43
Octal 360 174 150 0 60 71 6 11 122 103
Binary 11110000 1111100 1101000 0 110000 111001 110 1001 1010010 1000011

Color Harmonies of #F07C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C68

Black with #F07C68

Text Example


Text Example

White with #F07C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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