Html Css Color HEX #F07967 Salmon

📋 copy color: '#F07967'

red 240 ◦ green 121 ◦ blue 103

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

Shades of Salmon #F07967

Tints of Salmon #F07967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.08%

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

R = 51.72%
G = 26.08%
B = 22.2%

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

#F07967 (or 0xF07967) is known color: Salmon. HEX triplet: F0, 79 and 67. RGB value is (240,121,103). Sum of RGB (Red+Green+Blue) = 240+121+103=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F07967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07967 is #0F8698. Grayscale: #9A9A9A. Windows color (decimal): -1017497 or 6781424. OLE color: 6781424.

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

Color convert

RGB 240 121 103 -
CMYK 0 0.50 0.57 0.06
HSL 7.88º 0.82% 0.67% -
HSV(B) 7.88º 0.57% 0.94% -
XYZ 45.22 33.18 16.85 -
YUV 154.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 240 121 103 0 0.50 0.57 0.06 7.88 0.82 0.67
Hex F0 79 67 0 32 39 6 8 52 43
Octal 360 171 147 0 62 71 6 10 122 103
Binary 11110000 1111001 1100111 0 110010 111001 110 1000 1010010 1000011

Color Harmonies of #F07967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07967

Black with #F07967

Text Example


Text Example

White with #F07967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07967; }

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

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

background-color css

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

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

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

border-color css

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

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

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