#FD7C61

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

Shades of Bittersweet #FD7C61

Tints of Bittersweet #FD7C61

Color information

#FD7C61 (or 0xFD7C61) is unknown color: approx Bittersweet. HEX triplet: FD, 7C and 61. RGB value is (253,124,97). Sum of RGB (Red+Green+Blue) = 253+124+97=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C61 is #02839E. Grayscale: #9F9F9F. Windows color (decimal): -164767 or 6388989. OLE color: 6388989.

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

Color convert

RGB25312497-
CMYK00.510.620.01
HSL10.38º97.5%68.63%-
HSV(B)10.38º61.66%99.22%-
XYZ49.8736.1615.66-
YUV159.4992.74194.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.38%
GREEN value IS 124 (48.83% from 255) = 26.16%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=53.38%
G=26.16%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531249700.510.620.0110.3897.568.63
HexFD7C610333E1a6245
Octal37517414106376112142105
Binary111111011111100110000101100111111101101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C61; }

 p { color: rgb(253,124,97); }

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

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

 a { background-color: rgb(253,124,97); }

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

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

 span { border-color: rgb(253,124,97); }

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