#FC3634

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

Shades of Red Orange #FC3634

Tints of Red Orange #FC3634

Color information

#FC3634 (or 0xFC3634) is unknown color: approx Red Orange. HEX triplet: FC, 36 and 34. RGB value is (252,54,52). Sum of RGB (Red+Green+Blue) = 252+54+52=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3634 is #03C9CB. Grayscale: #717171. Windows color (decimal): -248268 or 3421948. OLE color: 3421948.

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

Color convert

RGB2525452-
CMYK00.790.790.01
HSL0.6º97.09%59.61%-
HSV(B)0.6º79.37%98.82%-
XYZ42.0823.585.58-
YUV112.9793.6227.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 70.39%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 52 (20.70% from 255) = 14.53%
R=70.39%
G=15.08%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252545200.790.790.010.697.0959.61
HexFC363404F4F11613c
Octal374666401171171114174
Binary11111100110110110100010011111001111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3634; }

 p { color: rgb(252,54,52); }

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

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

 a { background-color: rgb(252,54,52); }

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

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

 span { border-color: rgb(252,54,52); }

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