#FE705F

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

Shades of Bittersweet #FE705F

Tints of Bittersweet #FE705F

Color information

#FE705F (or 0xFE705F) is unknown color: approx Bittersweet. HEX triplet: FE, 70 and 5F. RGB value is (254,112,95). Sum of RGB (Red+Green+Blue) = 254+112+95=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE705F is #018FA0. Grayscale: #989898. Windows color (decimal): -102305 or 6254846. OLE color: 6254846.

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

Color convert

RGB25411295-
CMYK00.560.630.00
HSL6.42º98.76%68.43%-
HSV(B)6.42º62.6%99.61%-
XYZ48.7333.4914.72-
YUV152.5295.54200.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=55.10%
G=24.30%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541129500.560.630.006.4298.7668.43
HexFE705F0383F066344
Octal3761601370707706143104
Binary11111110111000010111110111000111111011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE705F; }

 p { color: rgb(254,112,95); }

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

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

 a { background-color: rgb(254,112,95); }

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

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

 span { border-color: rgb(254,112,95); }

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