Html Css Color HEX #FC8068 Salmon

📋 copy color: '#FC8068'

red 252 ◦ green 128 ◦ blue 104

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

Shades of Salmon #FC8068

Tints of Salmon #FC8068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.45%

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 52.07%
G = 26.45%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC8068 (or 0xFC8068) is known color: Salmon. HEX triplet: FC, 80 and 68. RGB value is (252,128,104). Sum of RGB (Red+Green+Blue) = 252+128+104=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8068 is #037F97. Grayscale: #A2A2A2. Windows color (decimal): -229272 or 6848764. OLE color: 6848764.

HSL color Cylindrical-coordinate representation of color #FC8068: hue angle of 9.73º 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 #FC8068 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 128 104 -
CMYK 0 0.49 0.59 0.01
HSL 9.73º 0.96% 0.7% -
HSV(B) 9.73º 0.59% 0.99% -
XYZ 50.36 37.13 17.61 -
YUV 162.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 252 128 104 0 0.49 0.59 0.01 9.73 0.96 0.7
Hex FC 80 68 0 31 3B 1 A 60 46
Octal 374 200 150 0 61 73 1 12 140 106
Binary 11111100 10000000 1101000 0 110001 111011 1 1010 1100000 1000110

Color Harmonies of #FC8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8068

Black with #FC8068

Text Example


Text Example

White with #FC8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8068; }

 p { color: rgb(252,128,104); }

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

background-color css

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

 a { background-color: rgb(252,128,104); }

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

border-color css

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

 span { border-color: rgb(252,128,104); }

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