#FB665C

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

Shades of Bittersweet #FB665C

Tints of Bittersweet #FB665C

Color information

#FB665C (or 0xFB665C) is unknown color: approx Bittersweet. HEX triplet: FB, 66 and 5C. RGB value is (251,102,92). Sum of RGB (Red+Green+Blue) = 251+102+92=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB665C is #0499A3. Grayscale: #919191. Windows color (decimal): -301476 or 6055675. OLE color: 6055675.

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

Color convert

RGB25110292-
CMYK00.590.630.02
HSL3.77º95.21%67.25%-
HSV(B)3.77º63.35%98.43%-
XYZ46.4730.7813.62-
YUV145.4197.86203.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.40%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=56.40%
G=22.92%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511029200.590.630.023.7795.2167.25
HexFB665C03B3F245f43
Octal3731461340737724137103
Binary111110111100110101110001110111111111010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB665C; }

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

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

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

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

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

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

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

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