#FC3706

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

Shades of Orange Red #FC3706

Tints of Orange Red #FC3706

Color information

#FC3706 (or 0xFC3706) is unknown color: approx Orange Red. HEX triplet: FC, 37 and 06. RGB value is (252,55,6). Sum of RGB (Red+Green+Blue) = 252+55+6=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3706 is #03C8F9. Grayscale: #6C6C6C. Windows color (decimal): -248058 or 407548. OLE color: 407548.

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

Color convert

RGB252556-
CMYK00.780.980.01
HSL11.95º97.62%50.59%-
HSV(B)11.95º97.62%98.82%-
XYZ41.5423.442.51-
YUV108.3270.27230.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80.51%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=80.51%
G=17.57%
B=1.92%

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
Decimal25255600.780.980.0111.9597.6250.59
HexFC37604E621c6233
Octal374676011614211414263
Binary11111100110111110010011101100010111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3706; }

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

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

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

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

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

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

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

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