#FE655D

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

Shades of Bittersweet #FE655D

Tints of Bittersweet #FE655D

Color information

#FE655D (or 0xFE655D) is unknown color: approx Bittersweet. HEX triplet: FE, 65 and 5D. RGB value is (254,101,93). Sum of RGB (Red+Green+Blue) = 254+101+93=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE655D is #019AA2. Grayscale: #929292. Windows color (decimal): -105123 or 6120958. OLE color: 6120958.

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

Color convert

RGB25410193-
CMYK00.600.630.00
HSL2.98º98.77%68.04%-
HSV(B)2.98º63.39%99.61%-
XYZ47.531.1713.87-
YUV145.8498.19205.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=56.70%
G=22.54%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541019300.600.630.002.9898.7768.04
HexFE655D03C3F036344
Octal3761451350747703143104
Binary1111111011001011011101011110011111101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE655D; }

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

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

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

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

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

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

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

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