Html Css Color HEX #FC6864 Bittersweet

📋 copy color: '#FC6864'

red 252 ◦ green 104 ◦ blue 100

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

Shades of Bittersweet #FC6864

Tints of Bittersweet #FC6864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.81%

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 55.26%
G = 22.81%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6864 (or 0xFC6864) is known color: Bittersweet. HEX triplet: FC, 68 and 64. RGB value is (252,104,100). Sum of RGB (Red+Green+Blue) = 252+104+100=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6864 is #03979B. Grayscale: #939393. Windows color (decimal): -235420 or 6580476. OLE color: 6580476.

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

Color convert

RGB 252 104 100 -
CMYK 0 0.59 0.60 0.01
HSL 1.58º 0.96% 0.69% -
HSV(B) 1.58º 0.6% 0.99% -
XYZ 47.4 31.52 15.64 -
YUV 147.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 252 104 100 0 0.59 0.60 0.01 1.58 0.96 0.69
Hex FC 68 64 0 3B 3C 1 2 60 45
Octal 374 150 144 0 73 74 1 2 140 105
Binary 11111100 1101000 1100100 0 111011 111100 1 10 1100000 1000101

Color Harmonies of #FC6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6864

Black with #FC6864

Text Example


Text Example

White with #FC6864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6864; }

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

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

background-color css

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

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

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

border-color css

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

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

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