#FE6E5C

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

Shades of Bittersweet #FE6E5C

Tints of Bittersweet #FE6E5C

Color information

#FE6E5C (or 0xFE6E5C) is unknown color: approx Bittersweet. HEX triplet: FE, 6E and 5C. RGB value is (254,110,92). Sum of RGB (Red+Green+Blue) = 254+110+92=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E5C is #0191A3. Grayscale: #979797. Windows color (decimal): -102820 or 6057726. OLE color: 6057726.

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

Color convert

RGB25411092-
CMYK00.570.640.00
HSL6.67º98.78%67.84%-
HSV(B)6.67º63.78%99.61%-
XYZ48.383313.94-
YUV15194.71201.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.70%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=55.70%
G=24.12%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541109200.570.640.006.6798.7867.84
HexFE6E5C03940076344
Octal37615613407110007143104
Binary111111101101110101110001110011000000011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6E5C; }

 p { color: rgb(254,110,92); }

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

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

 a { background-color: rgb(254,110,92); }

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

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

 span { border-color: rgb(254,110,92); }

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