Html Css Color HEX #F07F64 Salmon

📋 copy color: '#F07F64'

red 240 ◦ green 127 ◦ blue 100

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

Shades of Salmon #F07F64

Tints of Salmon #F07F64

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 51.39%
G = 27.19%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07F64 (or 0xF07F64) is known color: Salmon. HEX triplet: F0, 7F and 64. RGB value is (240,127,100). Sum of RGB (Red+Green+Blue) = 240+127+100=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F64 is #0F809B. Grayscale: #9D9D9D. Windows color (decimal): -1015964 or 6586352. OLE color: 6586352.

HSL color Cylindrical-coordinate representation of color #F07F64: hue angle of 11.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F07F64 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 100 -
CMYK 0 0.47 0.58 0.06
HSL 11.57º 0.82% 0.67% -
HSV(B) 11.57º 0.58% 0.94% -
XYZ 45.82 34.62 16.32 -
YUV 157.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 240 127 100 0 0.47 0.58 0.06 11.57 0.82 0.67
Hex F0 7F 64 0 2F 3A 6 C 52 43
Octal 360 177 144 0 57 72 6 14 122 103
Binary 11110000 1111111 1100100 0 101111 111010 110 1100 1010010 1000011

Color Harmonies of #F07F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F64

Black with #F07F64

Text Example


Text Example

White with #F07F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F64; }

 p { color: rgb(240,127,100); }

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

background-color css

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

 a { background-color: rgb(240,127,100); }

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

border-color css

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

 span { border-color: rgb(240,127,100); }

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