#F8655E

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

Shades of Bittersweet #F8655E

Tints of Bittersweet #F8655E

Color information

#F8655E (or 0xF8655E) is unknown color: approx Bittersweet. HEX triplet: F8, 65 and 5E. RGB value is (248,101,94). Sum of RGB (Red+Green+Blue) = 248+101+94=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F8655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8655E is #079AA1. Grayscale: #909090. Windows color (decimal): -498338 or 6186488. OLE color: 6186488.

HSL color Cylindrical-coordinate representation of color #F8655E: hue angle of 2.73º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8655E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24810194-
CMYK00.590.620.03
HSL2.73º91.67%67.06%-
HSV(B)2.73º62.1%97.25%-
XYZ45.3930.0714-
YUV144.1699.7202.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.98%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 94 (37.11% from 255) = 21.22%
R=55.98%
G=22.80%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481019400.590.620.032.7391.6767.06
HexF8655E03B3E335c43
Octal3701451360737633134103
Binary11111000110010110111100111011111110111110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8655E; }

 p { color: rgb(248,101,94); }

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

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

 a { background-color: rgb(248,101,94); }

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

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

 span { border-color: rgb(248,101,94); }

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