Html Css Color HEX #FC655D Bittersweet

📋 copy color: '#FC655D'

red 252 ◦ green 101 ◦ blue 93

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

Shades of Bittersweet #FC655D

Tints of Bittersweet #FC655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.65%

 BLUE value IS 93 (36.72% from 255) = 20.85%

R = 56.5%
G = 22.65%
B = 20.85%

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

#FC655D (or 0xFC655D) is known color: Bittersweet. HEX triplet: FC, 65 and 5D. RGB value is (252,101,93). Sum of RGB (Red+Green+Blue) = 252+101+93=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC655D is #039AA2. Grayscale: #919191. Windows color (decimal): -236195 or 6120956. OLE color: 6120956.

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

Color convert

RGB 252 101 93 -
CMYK 0 0.60 0.63 0.01
HSL 3.02º 0.96% 0.68% -
HSV(B) 3.02º 0.63% 0.99% -
XYZ 46.77 30.79 13.83 -
YUV 145.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 252 101 93 0 0.60 0.63 0.01 3.02 0.96 0.68
Hex FC 65 5D 0 3C 3F 1 3 60 44
Octal 374 145 135 0 74 77 1 3 140 104
Binary 11111100 1100101 1011101 0 111100 111111 1 11 1100000 1000100

Color Harmonies of #FC655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC655D

Black with #FC655D

Text Example


Text Example

White with #FC655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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