Html Css Color HEX #FC6655 Bittersweet

📋 copy color: '#FC6655'

red 252 ◦ green 102 ◦ blue 85

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

Shades of Bittersweet #FC6655

Tints of Bittersweet #FC6655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 57.4%
G = 23.23%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC6655 (or 0xFC6655) is known color: Bittersweet. HEX triplet: FC, 66 and 55. RGB value is (252,102,85). Sum of RGB (Red+Green+Blue) = 252+102+85=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6655 is #0399AA. Grayscale: #919191. Windows color (decimal): -235947 or 5596924. OLE color: 5596924.

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

Color convert

RGB 252 102 85 -
CMYK 0 0.60 0.66 0.01
HSL 6.11º 0.97% 0.66% -
HSV(B) 6.11º 0.66% 0.99% -
XYZ 46.54 30.85 12.1 -
YUV 144.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 252 102 85 0 0.60 0.66 0.01 6.11 0.97 0.66
Hex FC 66 55 0 3C 42 1 6 61 42
Octal 374 146 125 0 74 102 1 6 141 102
Binary 11111100 1100110 1010101 0 111100 1000010 1 110 1100001 1000010

Color Harmonies of #FC6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6655

Black with #FC6655

Text Example


Text Example

White with #FC6655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6655; }

 p { color: rgb(252,102,85); }

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

background-color css

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

 a { background-color: rgb(252,102,85); }

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

border-color css

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

 span { border-color: rgb(252,102,85); }

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