Html Css Color HEX #F07667 Salmon

📋 copy color: '#F07667'

red 240 ◦ green 118 ◦ blue 103

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

Shades of Salmon #F07667

Tints of Salmon #F07667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

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

R = 52.06%
G = 25.6%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F07667 (or 0xF07667) is known color: Salmon. HEX triplet: F0, 76 and 67. RGB value is (240,118,103). Sum of RGB (Red+Green+Blue) = 240+118+103=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F07667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07667 is #0F8998. Grayscale: #989898. Windows color (decimal): -1018265 or 6780656. OLE color: 6780656.

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

Color convert

RGB 240 118 103 -
CMYK 0 0.51 0.57 0.06
HSL 6.57º 0.82% 0.67% -
HSV(B) 6.57º 0.57% 0.94% -
XYZ 44.86 32.46 16.73 -
YUV 152.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 240 118 103 0 0.51 0.57 0.06 6.57 0.82 0.67
Hex F0 76 67 0 33 39 6 7 52 43
Octal 360 166 147 0 63 71 6 7 122 103
Binary 11110000 1110110 1100111 0 110011 111001 110 111 1010010 1000011

Color Harmonies of #F07667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07667

Black with #F07667

Text Example


Text Example

White with #F07667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07667; }

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

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

background-color css

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

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

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

border-color css

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

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

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