Html Css Color HEX #FC8062 Salmon

📋 copy color: '#FC8062'

red 252 ◦ green 128 ◦ blue 98

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

Shades of Salmon #FC8062

Tints of Salmon #FC8062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.5%

R = 52.72%
G = 26.78%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC8062 (or 0xFC8062) is known color: Salmon. HEX triplet: FC, 80 and 62. RGB value is (252,128,98). Sum of RGB (Red+Green+Blue) = 252+128+98=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8062 is #037F9D. Grayscale: #A1A1A1. Windows color (decimal): -229278 or 6455548. OLE color: 6455548.

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

Color convert

RGB 252 128 98 -
CMYK 0 0.49 0.61 0.01
HSL 11.69º 0.96% 0.69% -
HSV(B) 11.69º 0.61% 0.99% -
XYZ 50.07 37.02 16.06 -
YUV 161.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 252 128 98 0 0.49 0.61 0.01 11.69 0.96 0.69
Hex FC 80 62 0 31 3D 1 C 60 45
Octal 374 200 142 0 61 75 1 14 140 105
Binary 11111100 10000000 1100010 0 110001 111101 1 1100 1100000 1000101

Color Harmonies of #FC8062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8062

Black with #FC8062

Text Example


Text Example

White with #FC8062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8062; }

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

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

background-color css

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

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

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

border-color css

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

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

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