Html Css Color HEX #FF6655 Bittersweet

📋 copy color: '#FF6655'

red 255 ◦ green 102 ◦ blue 85

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

Shades of Bittersweet #FF6655

Tints of Bittersweet #FF6655

RGB

 RED value IS 255 (100% from 255) = 57.69%

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

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

R = 57.69%
G = 23.08%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF6655 (or 0xFF6655) is known color: Bittersweet. HEX triplet: FF, 66 and 55. RGB value is (255,102,85). Sum of RGB (Red+Green+Blue) = 255+102+85=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6655 is #0099AA. Grayscale: #929292. Windows color (decimal): -39339 or 5596927. OLE color: 5596927.

HSL color Cylindrical-coordinate representation of color #FF6655: hue angle of 6º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF6655 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 102 85 -
CMYK 0 0.6 0.67 0
HSL 1% 0.67% -
HSV(B) 0.67% 1% -
XYZ 47.63 31.42 12.15 -
YUV 145.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 255 102 85 0 0.6 0.67 0 6 1 0.67
Hex FF 66 55 0 3C 43 0 6 64 43
Octal 377 146 125 0 74 103 0 6 144 103
Binary 11111111 1100110 1010101 0 111100 1000011 0 110 1100100 1000011

Color Harmonies of #FF6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6655

Black with #FF6655

Text Example


Text Example

White with #FF6655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6655; }

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

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

background-color css

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

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

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

border-color css

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

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

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