#FC401B

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

Shades of Red Orange #FC401B

Tints of Red Orange #FC401B

Color information

#FC401B (or 0xFC401B) is unknown color: approx Red Orange. HEX triplet: FC, 40 and 1B. RGB value is (252,64,27). Sum of RGB (Red+Green+Blue) = 252+64+27=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC401B is #03BFE4. Grayscale: #747474. Windows color (decimal): -245733 or 1786108. OLE color: 1786108.

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

Color convert

RGB2526427-
CMYK00.750.890.01
HSL9.87º97.4%54.71%-
HSV(B)9.87º89.29%98.82%-
XYZ42.1824.443.53-
YUV115.9977.78225.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 73.47%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=73.47%
G=18.66%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252642700.750.890.019.8797.454.71
HexFC401B04B591a6137
Octal37410033011313111214167
Binary11111100100000011011010010111011001110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC401B; }

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

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

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

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

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

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

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

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