#FC4100

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

Shades of Orange Red #FC4100

Tints of Orange Red #FC4100

Color information

#FC4100 (or 0xFC4100) is unknown color: approx Orange Red. HEX triplet: FC, 41 and 00. RGB value is (252,65,0). Sum of RGB (Red+Green+Blue) = 252+65+0=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4100 is #03BEFF. Grayscale: #717171. Windows color (decimal): -245504 or 16892. OLE color: 16892.

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

Color convert

RGB252650-
CMYK00.7410.01
HSL15.48º100%49.41%-
HSV(B)15.48º100%98.82%-
XYZ42.0424.482.51-
YUV113.563.95226.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 79.50%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.50%
G=20.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25265000.7410.0115.4810049.41
HexFC41004A641f6431
Octal3741010011214411714461
Binary1111110010000010010010101100100111111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4100; }

 p { color: rgb(252,65,0); }

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

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

 a { background-color: rgb(252,65,0); }

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

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

 span { border-color: rgb(252,65,0); }

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