#FC4001

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

Shades of Orange Red #FC4001

Tints of Orange Red #FC4001

Color information

#FC4001 (or 0xFC4001) is unknown color: approx Orange Red. HEX triplet: FC, 40 and 01. RGB value is (252,64,1). Sum of RGB (Red+Green+Blue) = 252+64+1=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4001 is #03BFFE. Grayscale: #717171. Windows color (decimal): -245759 or 82172. OLE color: 82172.

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

Color convert

RGB252641-
CMYK00.751.000.01
HSL15.06º99.21%49.61%-
HSV(B)15.06º99.6%98.82%-
XYZ41.9824.362.52-
YUV113.0364.78227.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 79.50%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=79.50%
G=20.19%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25264100.751.000.0115.0699.2149.61
HexFC40104B641f6332
Octal3741001011314411714362
Binary1111110010000001010010111100100111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4001; }

 p { color: rgb(252,64,1); }

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

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

 a { background-color: rgb(252,64,1); }

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

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

 span { border-color: rgb(252,64,1); }

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