Html Css Color HEX #FA7F67 Salmon

📋 copy color: '#FA7F67'

red 250 ◦ green 127 ◦ blue 103

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

Shades of Salmon #FA7F67

Tints of Salmon #FA7F67

RGB

 RED value IS 250 (98.05% from 255) = 52.08%

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

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

R = 52.08%
G = 26.46%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA7F67 (or 0xFA7F67) is known color: Salmon. HEX triplet: FA, 7F and 67. RGB value is (250,127,103). Sum of RGB (Red+Green+Blue) = 250+127+103=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F67 is #058098. Grayscale: #A1A1A1. Windows color (decimal): -360601 or 6782970. OLE color: 6782970.

HSL color Cylindrical-coordinate representation of color #FA7F67: hue angle of 9.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA7F67 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 127 103 -
CMYK 0 0.49 0.59 0.02
HSL 9.8º 0.94% 0.69% -
HSV(B) 9.8º 0.59% 0.98% -
XYZ 49.46 36.48 17.27 -
YUV 161.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 250 127 103 0 0.49 0.59 0.02 9.8 0.94 0.69
Hex FA 7F 67 0 31 3B 2 A 5E 45
Octal 372 177 147 0 61 73 2 12 136 105
Binary 11111010 1111111 1100111 0 110001 111011 10 1010 1011110 1000101

Color Harmonies of #FA7F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F67

Black with #FA7F67

Text Example


Text Example

White with #FA7F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F67; }

 p { color: rgb(250,127,103); }

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

background-color css

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

 a { background-color: rgb(250,127,103); }

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

border-color css

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

 span { border-color: rgb(250,127,103); }

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