Html Css Color HEX #FC7865 Bittersweet

📋 copy color: '#FC7865'

red 252 ◦ green 120 ◦ blue 101

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

Shades of Bittersweet #FC7865

Tints of Bittersweet #FC7865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 53.28%
G = 25.37%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC7865 (or 0xFC7865) is known color: Bittersweet. HEX triplet: FC, 78 and 65. RGB value is (252,120,101). Sum of RGB (Red+Green+Blue) = 252+120+101=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7865 is #03879A. Grayscale: #9D9D9D. Windows color (decimal): -231323 or 6650108. OLE color: 6650108.

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

Color convert

RGB 252 120 101 -
CMYK 0 0.52 0.60 0.01
HSL 7.55º 0.96% 0.69% -
HSV(B) 7.55º 0.6% 0.99% -
XYZ 49.21 35.07 16.49 -
YUV 157.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 252 120 101 0 0.52 0.60 0.01 7.55 0.96 0.69
Hex FC 78 65 0 34 3C 1 8 60 45
Octal 374 170 145 0 64 74 1 10 140 105
Binary 11111100 1111000 1100101 0 110100 111100 1 1000 1100000 1000101

Color Harmonies of #FC7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7865

Black with #FC7865

Text Example


Text Example

White with #FC7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7865; }

 p { color: rgb(252,120,101); }

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

background-color css

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

 a { background-color: rgb(252,120,101); }

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

border-color css

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

 span { border-color: rgb(252,120,101); }

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