Html Css Color HEX #FC8268 Salmon

📋 copy color: '#FC8268'

red 252 ◦ green 130 ◦ blue 104

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

Shades of Salmon #FC8268

Tints of Salmon #FC8268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.75%

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

R = 51.85%
G = 26.75%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC8268 (or 0xFC8268) is known color: Salmon. HEX triplet: FC, 82 and 68. RGB value is (252,130,104). Sum of RGB (Red+Green+Blue) = 252+130+104=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8268 is #037D97. Grayscale: #A3A3A3. Windows color (decimal): -228760 or 6849276. OLE color: 6849276.

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

Color convert

RGB 252 130 104 -
CMYK 0 0.48 0.59 0.01
HSL 10.54º 0.96% 0.7% -
HSV(B) 10.54º 0.59% 0.99% -
XYZ 50.63 37.66 17.7 -
YUV 163.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 252 130 104 0 0.48 0.59 0.01 10.54 0.96 0.7
Hex FC 82 68 0 30 3B 1 B 60 46
Octal 374 202 150 0 60 73 1 13 140 106
Binary 11111100 10000010 1101000 0 110000 111011 1 1011 1100000 1000110

Color Harmonies of #FC8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8268

Black with #FC8268

Text Example


Text Example

White with #FC8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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