#FE755E

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

Shades of Bittersweet #FE755E

Tints of Bittersweet #FE755E

Color information

#FE755E (or 0xFE755E) is unknown color: approx Bittersweet. HEX triplet: FE, 75 and 5E. RGB value is (254,117,94). Sum of RGB (Red+Green+Blue) = 254+117+94=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE755E is #018AA1. Grayscale: #9B9B9B. Windows color (decimal): -101026 or 6190590. OLE color: 6190590.

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

Color convert

RGB25411794-
CMYK00.540.630.00
HSL8.62º98.77%68.24%-
HSV(B)8.62º62.99%99.61%-
XYZ49.2534.614.67-
YUV155.3493.39198.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=54.62%
G=25.16%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541179400.540.630.008.6298.7768.24
HexFE755E0363F096344
Octal37616513606677011143104
Binary111111101110101101111001101101111110100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE755E; }

 p { color: rgb(254,117,94); }

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

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

 a { background-color: rgb(254,117,94); }

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

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

 span { border-color: rgb(254,117,94); }

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