Html Css Color HEX #F07767 Salmon

📋 copy color: '#F07767'

red 240 ◦ green 119 ◦ blue 103

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

Shades of Salmon #F07767

Tints of Salmon #F07767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.76%

 BLUE value IS 103 (40.63% from 255) = 22.29%

R = 51.95%
G = 25.76%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F07767 (or 0xF07767) is known color: Salmon. HEX triplet: F0, 77 and 67. RGB value is (240,119,103). Sum of RGB (Red+Green+Blue) = 240+119+103=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07767 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07767 is #0F8898. Grayscale: #999999. Windows color (decimal): -1018009 or 6780912. OLE color: 6780912.

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

Color convert

RGB 240 119 103 -
CMYK 0 0.50 0.57 0.06
HSL 7.01º 0.82% 0.67% -
HSV(B) 7.01º 0.57% 0.94% -
XYZ 44.98 32.7 16.77 -
YUV 153.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 240 119 103 0 0.50 0.57 0.06 7.01 0.82 0.67
Hex F0 77 67 0 32 39 6 7 52 43
Octal 360 167 147 0 62 71 6 7 122 103
Binary 11110000 1110111 1100111 0 110010 111001 110 111 1010010 1000011

Color Harmonies of #F07767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07767

Black with #F07767

Text Example


Text Example

White with #F07767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07767; }

 p { color: rgb(240,119,103); }

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

background-color css

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

 a { background-color: rgb(240,119,103); }

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

border-color css

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

 span { border-color: rgb(240,119,103); }

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