#FB6C5E

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

Shades of Bittersweet #FB6C5E

Tints of Bittersweet #FB6C5E

Color information

#FB6C5E (or 0xFB6C5E) is unknown color: approx Bittersweet. HEX triplet: FB, 6C and 5E. RGB value is (251,108,94). Sum of RGB (Red+Green+Blue) = 251+108+94=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6C5E is #0493A1. Grayscale: #959595. Windows color (decimal): -299938 or 6188283. OLE color: 6188283.

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

Color convert

RGB25110894-
CMYK00.570.630.02
HSL5.35º95.15%67.65%-
HSV(B)5.35º62.55%98.43%-
XYZ47.1732.0414.29-
YUV149.1696.88200.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.41%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 94 (37.11% from 255) = 20.75%
R=55.41%
G=23.84%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511089400.570.630.025.3595.1567.65
HexFB6C5E0393F255f44
Octal3731541360717725137104
Binary111110111101100101111001110011111111010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6C5E; }

 p { color: rgb(251,108,94); }

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

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

 a { background-color: rgb(251,108,94); }

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

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

 span { border-color: rgb(251,108,94); }

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