#FB655C

Color #FB655C Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FB655C

Tints of Bittersweet #FB655C

Color information

#FB655C (or 0xFB655C) is unknown color: approx Bittersweet. HEX triplet: FB, 65 and 5C. RGB value is (251,101,92). Sum of RGB (Red+Green+Blue) = 251+101+92=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB655C is #049AA3. Grayscale: #919191. Windows color (decimal): -301732 or 6055419. OLE color: 6055419.

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

Color convert

RGB25110192-
CMYK00.600.630.02
HSL3.4º95.21%67.25%-
HSV(B)3.4º63.35%98.43%-
XYZ46.3730.5913.59-
YUV144.8298.2203.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.53%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=56.53%
G=22.75%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511019200.600.630.023.495.2167.25
HexFB655C03C3F235f43
Octal3731451340747723137103
Binary11111011110010110111000111100111111101110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB655C; }

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

 H1.HeaderClassName
 {
   color: #FB655C;
 }
 .AnyTagClassName
 {
   color: #FB655C;
 }
</style>
background-color css

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

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

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

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

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

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