Html Css Color HEX #F07D6F Salmon

📋 copy color: '#F07D6F'

red 240 ◦ green 125 ◦ blue 111

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

Shades of Salmon #F07D6F

Tints of Salmon #F07D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 50.42%
G = 26.26%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F07D6F (or 0xF07D6F) is known color: Salmon. HEX triplet: F0, 7D and 6F. RGB value is (240,125,111). Sum of RGB (Red+Green+Blue) = 240+125+111=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D6F is #0F8290. Grayscale: #9D9D9D. Windows color (decimal): -1016465 or 7306736. OLE color: 7306736.

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

Color convert

RGB 240 125 111 -
CMYK 0 0.48 0.54 0.06
HSL 6.51º 0.81% 0.69% -
HSV(B) 6.51º 0.54% 0.94% -
XYZ 46.14 34.34 19.24 -
YUV 157.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 240 125 111 0 0.48 0.54 0.06 6.51 0.81 0.69
Hex F0 7D 6F 0 30 36 6 7 51 45
Octal 360 175 157 0 60 66 6 7 121 105
Binary 11110000 1111101 1101111 0 110000 110110 110 111 1010001 1000101

Color Harmonies of #F07D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D6F

Black with #F07D6F

Text Example


Text Example

White with #F07D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D6F; }

 p { color: rgb(240,125,111); }

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

background-color css

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

 a { background-color: rgb(240,125,111); }

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

border-color css

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

 span { border-color: rgb(240,125,111); }

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