Html Css Color HEX #FC645E Bittersweet

📋 copy color: '#FC645E'

red 252 ◦ green 100 ◦ blue 94

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

Shades of Bittersweet #FC645E

Tints of Bittersweet #FC645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.42%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 56.5%
G = 22.42%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC645E (or 0xFC645E) is known color: Bittersweet. HEX triplet: FC, 64 and 5E. RGB value is (252,100,94). Sum of RGB (Red+Green+Blue) = 252+100+94=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC645E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC645E is #039BA1. Grayscale: #909090. Windows color (decimal): -236450 or 6186236. OLE color: 6186236.

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

Color convert

RGB 252 100 94 -
CMYK 0 0.60 0.63 0.01
HSL 2.28º 0.96% 0.68% -
HSV(B) 2.28º 0.63% 0.99% -
XYZ 46.72 30.62 14.04 -
YUV 144.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 252 100 94 0 0.60 0.63 0.01 2.28 0.96 0.68
Hex FC 64 5E 0 3C 3F 1 2 60 44
Octal 374 144 136 0 74 77 1 2 140 104
Binary 11111100 1100100 1011110 0 111100 111111 1 10 1100000 1000100

Color Harmonies of #FC645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC645E

Black with #FC645E

Text Example


Text Example

White with #FC645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC645E; }

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

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

background-color css

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

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

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

border-color css

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

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

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