#FC441E

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

Shades of Red Orange #FC441E

Tints of Red Orange #FC441E

Color information

#FC441E (or 0xFC441E) is unknown color: approx Red Orange. HEX triplet: FC, 44 and 1E. RGB value is (252,68,30). Sum of RGB (Red+Green+Blue) = 252+68+30=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC441E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC441E is #03BBE1. Grayscale: #777777. Windows color (decimal): -244706 or 1983740. OLE color: 1983740.

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

Color convert

RGB2526830-
CMYK00.730.880.01
HSL10.27º97.37%55.29%-
HSV(B)10.27º88.1%98.82%-
XYZ42.4524.923.8-
YUV118.6877.96223.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 72%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 30 (12.11% from 255) = 8.57%
R=72%
G=19.43%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252683000.730.880.0110.2797.3755.29
HexFC441E049581a6137
Octal37410436011113011214167
Binary11111100100010011110010010011011000110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC441E; }

 p { color: rgb(252,68,30); }

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

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

 a { background-color: rgb(252,68,30); }

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

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

 span { border-color: rgb(252,68,30); }

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