Html Css Color HEX #FC655C Bittersweet

📋 copy color: '#FC655C'

red 252 ◦ green 101 ◦ blue 92

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

Shades of Bittersweet #FC655C

Tints of Bittersweet #FC655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 56.63%
G = 22.7%
B = 20.67%

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

#FC655C (or 0xFC655C) is known color: Bittersweet. HEX triplet: FC, 65 and 5C. RGB value is (252,101,92). Sum of RGB (Red+Green+Blue) = 252+101+92=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC655C is #039AA3. Grayscale: #919191. Windows color (decimal): -236196 or 6055420. OLE color: 6055420.

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

Color convert

RGB 252 101 92 -
CMYK 0 0.60 0.63 0.01
HSL 3.38º 0.96% 0.67% -
HSV(B) 3.38º 0.63% 0.99% -
XYZ 46.73 30.78 13.6 -
YUV 145.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 252 101 92 0 0.60 0.63 0.01 3.38 0.96 0.67
Hex FC 65 5C 0 3C 3F 1 3 60 43
Octal 374 145 134 0 74 77 1 3 140 103
Binary 11111100 1100101 1011100 0 111100 111111 1 11 1100000 1000011

Color Harmonies of #FC655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC655C

Black with #FC655C

Text Example


Text Example

White with #FC655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC655C; }

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

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

background-color css

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

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

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

border-color css

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

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

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