#FE625C

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

Shades of Bittersweet #FE625C

Tints of Bittersweet #FE625C

Color information

#FE625C (or 0xFE625C) is unknown color: approx Bittersweet. HEX triplet: FE, 62 and 5C. RGB value is (254,98,92). Sum of RGB (Red+Green+Blue) = 254+98+92=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE625C is #019DA3. Grayscale: #909090. Windows color (decimal): -105892 or 6054654. OLE color: 6054654.

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

Color convert

RGB2549892-
CMYK00.610.640.00
HSL2.22º98.78%67.84%-
HSV(B)2.22º63.78%99.61%-
XYZ47.1730.5813.54-
YUV143.9698.68206.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.21%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=57.21%
G=22.07%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254989200.610.640.002.2298.7867.84
HexFE625C03D40026344
Octal37614213407510002143104
Binary11111110110001010111000111101100000001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE625C; }

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

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

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

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

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

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

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

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