Html Css Color HEX #F07C6B Salmon

📋 copy color: '#F07C6B'

red 240 ◦ green 124 ◦ blue 107

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

Shades of Salmon #F07C6B

Tints of Salmon #F07C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 50.96%
G = 26.33%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F07C6B (or 0xF07C6B) is known color: Salmon. HEX triplet: F0, 7C and 6B. RGB value is (240,124,107). Sum of RGB (Red+Green+Blue) = 240+124+107=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C6B is #0F8394. Grayscale: #9C9C9C. Windows color (decimal): -1016725 or 7044336. OLE color: 7044336.

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

Color convert

RGB 240 124 107 -
CMYK 0 0.48 0.55 0.06
HSL 7.67º 0.82% 0.68% -
HSV(B) 7.67º 0.55% 0.94% -
XYZ 45.8 34 18.06 -
YUV 156.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 240 124 107 0 0.48 0.55 0.06 7.67 0.82 0.68
Hex F0 7C 6B 0 30 37 6 8 52 44
Octal 360 174 153 0 60 67 6 10 122 104
Binary 11110000 1111100 1101011 0 110000 110111 110 1000 1010010 1000100

Color Harmonies of #F07C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C6B

Black with #F07C6B

Text Example


Text Example

White with #F07C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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