Html Css Color HEX #FC8072 Salmon

📋 copy color: '#FC8072'

red 252 ◦ green 128 ◦ blue 114

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

Shades of Salmon #FC8072

Tints of Salmon #FC8072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 51.01%
G = 25.91%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC8072 (or 0xFC8072) is known color: Salmon. HEX triplet: FC, 80 and 72. RGB value is (252,128,114). Sum of RGB (Red+Green+Blue) = 252+128+114=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8072 is #037F8D. Grayscale: #A3A3A3. Windows color (decimal): -229262 or 7504124. OLE color: 7504124.

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

Color convert

RGB 252 128 114 -
CMYK 0 0.49 0.55 0.01
HSL 6.09º 0.96% 0.72% -
HSV(B) 6.09º 0.55% 0.99% -
XYZ 50.9 37.35 20.45 -
YUV 163.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 252 128 114 0 0.49 0.55 0.01 6.09 0.96 0.72
Hex FC 80 72 0 31 37 1 6 60 48
Octal 374 200 162 0 61 67 1 6 140 110
Binary 11111100 10000000 1110010 0 110001 110111 1 110 1100000 1001000

Color Harmonies of #FC8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8072

Black with #FC8072

Text Example


Text Example

White with #FC8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8072; }

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

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

background-color css

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

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

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

border-color css

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

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

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