Html Css Color HEX #FC7064 Bittersweet

📋 copy color: '#FC7064'

red 252 ◦ green 112 ◦ blue 100

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

Shades of Bittersweet #FC7064

Tints of Bittersweet #FC7064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

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

R = 54.31%
G = 24.14%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC7064 (or 0xFC7064) is known color: Bittersweet. HEX triplet: FC, 70 and 64. RGB value is (252,112,100). Sum of RGB (Red+Green+Blue) = 252+112+100=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7064 is #038F9B. Grayscale: #989898. Windows color (decimal): -233372 or 6582524. OLE color: 6582524.

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

Color convert

RGB 252 112 100 -
CMYK 0 0.56 0.60 0.01
HSL 4.74º 0.96% 0.69% -
HSV(B) 4.74º 0.6% 0.99% -
XYZ 48.24 33.2 15.92 -
YUV 152.49 98.38 198.98 -
System Red Green Blue C M Y K H S L
Decimal 252 112 100 0 0.56 0.60 0.01 4.74 0.96 0.69
Hex FC 70 64 0 38 3C 1 5 60 45
Octal 374 160 144 0 70 74 1 5 140 105
Binary 11111100 1110000 1100100 0 111000 111100 1 101 1100000 1000101

Color Harmonies of #FC7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7064

Black with #FC7064

Text Example


Text Example

White with #FC7064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7064; }

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

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

background-color css

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

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

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

border-color css

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

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

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