Html Css Color HEX #F07E6B Salmon

📋 copy color: '#F07E6B'

red 240 ◦ green 126 ◦ blue 107

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

Shades of Salmon #F07E6B

Tints of Salmon #F07E6B

RGB

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

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

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

R = 50.74%
G = 26.64%
B = 22.62%

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

#F07E6B (or 0xF07E6B) is known color: Salmon. HEX triplet: F0, 7E and 6B. RGB value is (240,126,107). Sum of RGB (Red+Green+Blue) = 240+126+107=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E6B is #0F8194. Grayscale: #9E9E9E. Windows color (decimal): -1016213 or 7044848. OLE color: 7044848.

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

Color convert

RGB 240 126 107 -
CMYK 0 0.48 0.55 0.06
HSL 8.57º 0.82% 0.68% -
HSV(B) 8.57º 0.55% 0.94% -
XYZ 46.05 34.51 18.14 -
YUV 157.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 240 126 107 0 0.48 0.55 0.06 8.57 0.82 0.68
Hex F0 7E 6B 0 30 37 6 9 52 44
Octal 360 176 153 0 60 67 6 11 122 104
Binary 11110000 1111110 1101011 0 110000 110111 110 1001 1010010 1000100

Color Harmonies of #F07E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E6B

Black with #F07E6B

Text Example


Text Example

White with #F07E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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