Html Css Color HEX #FC7B67 Salmon

📋 copy color: '#FC7B67'

red 252 ◦ green 123 ◦ blue 103

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

Shades of Salmon #FC7B67

Tints of Salmon #FC7B67

RGB

 RED value IS 252 (98.83% from 255) = 52.72%

 GREEN value IS 123 (48.44% from 255) = 25.73%

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

R = 52.72%
G = 25.73%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC7B67 (or 0xFC7B67) is known color: Salmon. HEX triplet: FC, 7B and 67. RGB value is (252,123,103). Sum of RGB (Red+Green+Blue) = 252+123+103=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B67 is #038498. Grayscale: #9F9F9F. Windows color (decimal): -230553 or 6781948. OLE color: 6781948.

HSL color Cylindrical-coordinate representation of color #FC7B67: hue angle of 8.05º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC7B67 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 123 103 -
CMYK 0 0.51 0.59 0.01
HSL 8.05º 0.96% 0.7% -
HSV(B) 8.05º 0.59% 0.99% -
XYZ 49.68 35.84 17.13 -
YUV 159.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 252 123 103 0 0.51 0.59 0.01 8.05 0.96 0.7
Hex FC 7B 67 0 33 3B 1 8 60 46
Octal 374 173 147 0 63 73 1 10 140 106
Binary 11111100 1111011 1100111 0 110011 111011 1 1000 1100000 1000110

Color Harmonies of #FC7B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B67

Black with #FC7B67

Text Example


Text Example

White with #FC7B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B67; }

 p { color: rgb(252,123,103); }

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

background-color css

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

 a { background-color: rgb(252,123,103); }

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

border-color css

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

 span { border-color: rgb(252,123,103); }

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