#FD7C64

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

Shades of Bittersweet #FD7C64

Tints of Bittersweet #FD7C64

Color information

#FD7C64 (or 0xFD7C64) is unknown color: approx Bittersweet. HEX triplet: FD, 7C and 64. RGB value is (253,124,100). Sum of RGB (Red+Green+Blue) = 253+124+100=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C64 is #02839B. Grayscale: #A0A0A0. Windows color (decimal): -164764 or 6585597. OLE color: 6585597.

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

Color convert

RGB253124100-
CMYK00.510.600.01
HSL9.41º97.45%69.22%-
HSV(B)9.41º60.47%99.22%-
XYZ50.0236.2216.41-
YUV159.8494.24194.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=53.04%
G=26.00%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312410000.510.600.019.4197.4569.22
HexFD7C640333C196145
Octal37517414406374111141105
Binary111111011111100110010001100111111001100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C64; }

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

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

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

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

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

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

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

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