#FE775D

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

Shades of Bittersweet #FE775D

Tints of Bittersweet #FE775D

Color information

#FE775D (or 0xFE775D) is unknown color: approx Bittersweet. HEX triplet: FE, 77 and 5D. RGB value is (254,119,93). Sum of RGB (Red+Green+Blue) = 254+119+93=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE775D is #0188A2. Grayscale: #9C9C9C. Windows color (decimal): -100515 or 6125566. OLE color: 6125566.

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

Color convert

RGB25411993-
CMYK00.530.630.00
HSL9.69º98.77%68.04%-
HSV(B)9.69º63.39%99.61%-
XYZ49.4535.0514.52-
YUV156.492.23197.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.51%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=54.51%
G=25.54%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541199300.530.630.009.6998.7768.04
HexFE775D0353F0a6344
Octal37616713506577012143104
Binary111111101110111101110101101011111110101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE775D; }

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

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

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

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

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

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

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

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