#FD625C

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

Shades of Bittersweet #FD625C

Tints of Bittersweet #FD625C

Color information

#FD625C (or 0xFD625C) is unknown color: approx Bittersweet. HEX triplet: FD, 62 and 5C. RGB value is (253,98,92). Sum of RGB (Red+Green+Blue) = 253+98+92=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD625C is #029DA3. Grayscale: #8F8F8F. Windows color (decimal): -171428 or 6054653. OLE color: 6054653.

HSL color Cylindrical-coordinate representation of color #FD625C: hue angle of 2.24º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD625C is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB2539892-
CMYK00.610.640.01
HSL2.24º97.58%67.65%-
HSV(B)2.24º63.64%99.22%-
XYZ46.8130.3913.52-
YUV143.6698.85205.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.11%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=57.11%
G=22.12%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253989200.610.640.012.2497.5867.65
HexFD625C03D40126244
Octal37514213407510012142104
Binary11111101110001010111000111101100000011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD625C; }

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

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

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

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

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

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

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

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