#FC3704

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

Shades of Orange Red #FC3704

Tints of Orange Red #FC3704

Color information

#FC3704 (or 0xFC3704) is unknown color: approx Orange Red. HEX triplet: FC, 37 and 04. RGB value is (252,55,4). Sum of RGB (Red+Green+Blue) = 252+55+4=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3704 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3704 is #03C8FB. Grayscale: #6C6C6C. Windows color (decimal): -248060 or 276476. OLE color: 276476.

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

Color convert

RGB252554-
CMYK00.780.980.01
HSL12.34º97.64%50.2%-
HSV(B)12.34º98.41%98.82%-
XYZ41.5323.442.45-
YUV108.0969.27230.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.03%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=81.03%
G=17.68%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25255400.780.980.0112.3497.6450.2
HexFC37404E621c6232
Octal374674011614211414262
Binary11111100110111100010011101100010111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3704; }

 p { color: rgb(252,55,4); }

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

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

 a { background-color: rgb(252,55,4); }

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

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

 span { border-color: rgb(252,55,4); }

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