#FC635D

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

Shades of Bittersweet #FC635D

Tints of Bittersweet #FC635D

Color information

#FC635D (or 0xFC635D) is unknown color: approx Bittersweet. HEX triplet: FC, 63 and 5D. RGB value is (252,99,93). Sum of RGB (Red+Green+Blue) = 252+99+93=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC635D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC635D is #039CA2. Grayscale: #909090. Windows color (decimal): -236707 or 6120444. OLE color: 6120444.

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

Color convert

RGB2529993-
CMYK00.610.630.01
HSL2.26º96.36%67.65%-
HSV(B)2.26º63.1%98.82%-
XYZ46.5830.4113.77-
YUV144.0699.19204.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=56.76%
G=22.30%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252999300.610.630.012.2696.3667.65
HexFC635D03D3F126044
Octal3741431350757712140104
Binary1111110011000111011101011110111111111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC635D; }

 p { color: rgb(252,99,93); }

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

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

 a { background-color: rgb(252,99,93); }

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

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

 span { border-color: rgb(252,99,93); }

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