#FC735F

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

Shades of Bittersweet #FC735F

Tints of Bittersweet #FC735F

Color information

#FC735F (or 0xFC735F) is unknown color: approx Bittersweet. HEX triplet: FC, 73 and 5F. RGB value is (252,115,95). Sum of RGB (Red+Green+Blue) = 252+115+95=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC735F is #038CA0. Grayscale: #999999. Windows color (decimal): -232609 or 6255612. OLE color: 6255612.

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

Color convert

RGB25211595-
CMYK00.540.620.01
HSL7.64º96.32%68.04%-
HSV(B)7.64º62.3%98.82%-
XYZ48.3433.7814.8-
YUV153.6894.89198.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.55%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 95 (37.5% from 255) = 20.56%
R=54.55%
G=24.89%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521159500.540.620.017.6496.3268.04
HexFC735F0363E186044
Octal37416313706676110140104
Binary111111001110011101111101101101111101100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC735F; }

 p { color: rgb(252,115,95); }

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

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

 a { background-color: rgb(252,115,95); }

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

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

 span { border-color: rgb(252,115,95); }

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