#FE645B

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

Shades of Bittersweet #FE645B

Tints of Bittersweet #FE645B

Color information

#FE645B (or 0xFE645B) is unknown color: approx Bittersweet. HEX triplet: FE, 64 and 5B. RGB value is (254,100,91). Sum of RGB (Red+Green+Blue) = 254+100+91=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE645B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE645B is #019BA4. Grayscale: #919191. Windows color (decimal): -105381 or 5989630. OLE color: 5989630.

HSL color Cylindrical-coordinate representation of color #FE645B: hue angle of 3.31º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE645B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB25410091-
CMYK00.610.640.00
HSL3.31º98.79%67.65%-
HSV(B)3.31º64.17%99.61%-
XYZ47.3230.9413.38-
YUV145.0297.52205.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.08%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 91 (35.94% from 255) = 20.45%
R=57.08%
G=22.47%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541009100.610.640.003.3198.7967.65
HexFE645B03D40036344
Octal37614413307510003143104
Binary11111110110010010110110111101100000001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE645B; }

 p { color: rgb(254,100,91); }

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

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

 a { background-color: rgb(254,100,91); }

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

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

 span { border-color: rgb(254,100,91); }

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