#FE645D

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

Shades of Bittersweet #FE645D

Tints of Bittersweet #FE645D

Color information

#FE645D (or 0xFE645D) is unknown color: approx Bittersweet. HEX triplet: FE, 64 and 5D. RGB value is (254,100,93). Sum of RGB (Red+Green+Blue) = 254+100+93=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE645D is #019BA2. Grayscale: #919191. Windows color (decimal): -105379 or 6120702. OLE color: 6120702.

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

Color convert

RGB25410093-
CMYK00.610.630.00
HSL2.61º98.77%68.04%-
HSV(B)2.61º63.39%99.61%-
XYZ47.4130.9813.84-
YUV145.2598.52205.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.82%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=56.82%
G=22.37%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541009300.610.630.002.6198.7768.04
HexFE645D03D3F036344
Octal3761441350757703143104
Binary1111111011001001011101011110111111101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE645D; }

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

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

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

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

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

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

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

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