#FE625F

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

Shades of Bittersweet #FE625F

Tints of Bittersweet #FE625F

Color information

#FE625F (or 0xFE625F) is unknown color: approx Bittersweet. HEX triplet: FE, 62 and 5F. RGB value is (254,98,95). Sum of RGB (Red+Green+Blue) = 254+98+95=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE625F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE625F is #019DA0. Grayscale: #909090. Windows color (decimal): -105889 or 6251262. OLE color: 6251262.

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

Color convert

RGB2549895-
CMYK00.610.630.00
HSL1.13º98.76%68.43%-
HSV(B)1.13º62.6%99.61%-
XYZ47.3130.6314.25-
YUV144.3100.18206.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.82%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 95 (37.5% from 255) = 21.25%
R=56.82%
G=21.92%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254989500.610.630.001.1398.7668.43
HexFE625F03D3F016344
Octal3761421370757701143104
Binary111111101100010101111101111011111110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE625F; }

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

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

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

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

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

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

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

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