#FE6855

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

Shades of Bittersweet #FE6855

Tints of Bittersweet #FE6855

Color information

#FE6855 (or 0xFE6855) is unknown color: approx Bittersweet. HEX triplet: FE, 68 and 55. RGB value is (254,104,85). Sum of RGB (Red+Green+Blue) = 254+104+85=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6855 is #0197AA. Grayscale: #929292. Windows color (decimal): -104363 or 5597438. OLE color: 5597438.

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

Color convert

RGB25410485-
CMYK00.590.670.00
HSL6.75º98.83%66.47%-
HSV(B)6.75º66.54%99.61%-
XYZ47.4631.6312.2-
YUV146.6893.2204.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.34%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 85 (33.59% from 255) = 19.19%
R=57.34%
G=23.48%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541048500.590.670.006.7598.8366.47
HexFE685503B43076342
Octal37615012507310307143102
Binary111111101101000101010101110111000011011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6855; }

 p { color: rgb(254,104,85); }

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

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

 a { background-color: rgb(254,104,85); }

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

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

 span { border-color: rgb(254,104,85); }

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