Html Css Color HEX #FF7F66 Salmon

📋 copy color: '#FF7F66'

red 255 ◦ green 127 ◦ blue 102

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

Shades of Salmon #FF7F66

Tints of Salmon #FF7F66

RGB

 RED value IS 255 (100% from 255) = 52.69%

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

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 52.69%
G = 26.24%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF7F66 (or 0xFF7F66) is known color: Salmon. HEX triplet: FF, 7F and 66. RGB value is (255,127,102). Sum of RGB (Red+Green+Blue) = 255+127+102=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F66 is #008099. Grayscale: #A2A2A2. Windows color (decimal): -32922 or 6717439. OLE color: 6717439.

HSL color Cylindrical-coordinate representation of color #FF7F66: hue angle of 9.8º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7F66 is Cyan = 0, Magento = 0.50, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 102 -
CMYK 0 0.50 0.6 0
HSL 9.8º 1% 0.7% -
HSV(B) 9.8º 0.6% 1% -
XYZ 51.23 37.4 17.09 -
YUV 162.42 93.91 194.03 -
System Red Green Blue C M Y K H S L
Decimal 255 127 102 0 0.50 0.6 0 9.8 1 0.7
Hex FF 7F 66 0 32 3C 0 A 64 46
Octal 377 177 146 0 62 74 0 12 144 106
Binary 11111111 1111111 1100110 0 110010 111100 0 1010 1100100 1000110

Color Harmonies of #FF7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F66

Black with #FF7F66

Text Example


Text Example

White with #FF7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F66; }

 p { color: rgb(255,127,102); }

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

background-color css

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

 a { background-color: rgb(255,127,102); }

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

border-color css

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

 span { border-color: rgb(255,127,102); }

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