Html Css Color HEX #FC655E Bittersweet

📋 copy color: '#FC655E'

red 252 ◦ green 101 ◦ blue 94

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

Shades of Bittersweet #FC655E

Tints of Bittersweet #FC655E

RGB

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

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

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

R = 56.38%
G = 22.6%
B = 21.03%

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

#FC655E (or 0xFC655E) is known color: Bittersweet. HEX triplet: FC, 65 and 5E. RGB value is (252,101,94). Sum of RGB (Red+Green+Blue) = 252+101+94=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC655E is #039AA1. Grayscale: #919191. Windows color (decimal): -236194 or 6186492. OLE color: 6186492.

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

Color convert

RGB 252 101 94 -
CMYK 0 0.60 0.63 0.01
HSL 2.66º 0.96% 0.68% -
HSV(B) 2.66º 0.63% 0.99% -
XYZ 46.82 30.81 14.07 -
YUV 145.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 252 101 94 0 0.60 0.63 0.01 2.66 0.96 0.68
Hex FC 65 5E 0 3C 3F 1 3 60 44
Octal 374 145 136 0 74 77 1 3 140 104
Binary 11111100 1100101 1011110 0 111100 111111 1 11 1100000 1000100

Color Harmonies of #FC655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC655E

Black with #FC655E

Text Example


Text Example

White with #FC655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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