Html Css Color HEX #FC7D63 Bittersweet

📋 copy color: '#FC7D63'

red 252 ◦ green 125 ◦ blue 99

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

Shades of Bittersweet #FC7D63

Tints of Bittersweet #FC7D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 99 (39.06% from 255) = 20.8%

R = 52.94%
G = 26.26%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC7D63 (or 0xFC7D63) is known color: Bittersweet. HEX triplet: FC, 7D and 63. RGB value is (252,125,99). Sum of RGB (Red+Green+Blue) = 252+125+99=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D63 is #03829C. Grayscale: #A0A0A0. Windows color (decimal): -230045 or 6520316. OLE color: 6520316.

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

Color convert

RGB 252 125 99 -
CMYK 0 0.50 0.61 0.01
HSL 10.2º 0.96% 0.69% -
HSV(B) 10.2º 0.61% 0.99% -
XYZ 49.73 36.26 16.18 -
YUV 160.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 252 125 99 0 0.50 0.61 0.01 10.2 0.96 0.69
Hex FC 7D 63 0 32 3D 1 A 60 45
Octal 374 175 143 0 62 75 1 12 140 105
Binary 11111100 1111101 1100011 0 110010 111101 1 1010 1100000 1000101

Color Harmonies of #FC7D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D63

Black with #FC7D63

Text Example


Text Example

White with #FC7D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D63; }

 p { color: rgb(252,125,99); }

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

background-color css

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

 a { background-color: rgb(252,125,99); }

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

border-color css

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

 span { border-color: rgb(252,125,99); }

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