#FB6E5A

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

Shades of Bittersweet #FB6E5A

Tints of Bittersweet #FB6E5A

Color information

#FB6E5A (or 0xFB6E5A) is unknown color: approx Bittersweet. HEX triplet: FB, 6E and 5A. RGB value is (251,110,90). Sum of RGB (Red+Green+Blue) = 251+110+90=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6E5A is #0491A5. Grayscale: #969696. Windows color (decimal): -299430 or 5926651. OLE color: 5926651.

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

Color convert

RGB25111090-
CMYK00.560.640.02
HSL7.45º95.27%66.86%-
HSV(B)7.45º64.14%98.43%-
XYZ47.2132.413.44-
YUV149.8894.21200.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.65%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=55.65%
G=24.39%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511109000.560.640.027.4595.2766.86
HexFB6E5A03840275f43
Octal37315613207010027137103
Binary1111101111011101011010011100010000001011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6E5A; }

 p { color: rgb(251,110,90); }

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

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

 a { background-color: rgb(251,110,90); }

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

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

 span { border-color: rgb(251,110,90); }

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