Html Css Color HEX #FC8867 Salmon

📋 copy color: '#FC8867'

red 252 ◦ green 136 ◦ blue 103

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

Shades of Salmon #FC8867

Tints of Salmon #FC8867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.7%

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

R = 51.32%
G = 27.7%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC8867 (or 0xFC8867) is known color: Salmon. HEX triplet: FC, 88 and 67. RGB value is (252,136,103). Sum of RGB (Red+Green+Blue) = 252+136+103=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8867 is #037798. Grayscale: #A7A7A7. Windows color (decimal): -227225 or 6785276. OLE color: 6785276.

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

Color convert

RGB 252 136 103 -
CMYK 0 0.46 0.59 0.01
HSL 13.29º 0.96% 0.7% -
HSV(B) 13.29º 0.59% 0.99% -
XYZ 51.4 39.28 17.71 -
YUV 166.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 252 136 103 0 0.46 0.59 0.01 13.29 0.96 0.7
Hex FC 88 67 0 2E 3B 1 D 60 46
Octal 374 210 147 0 56 73 1 15 140 106
Binary 11111100 10001000 1100111 0 101110 111011 1 1101 1100000 1000110

Color Harmonies of #FC8867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8867

Black with #FC8867

Text Example


Text Example

White with #FC8867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8867; }

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

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

background-color css

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

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

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

border-color css

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

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

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