#FC4409

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

Shades of Orange Red #FC4409

Tints of Orange Red #FC4409

Color information

#FC4409 (or 0xFC4409) is unknown color: approx Orange Red. HEX triplet: FC, 44 and 09. RGB value is (252,68,9). Sum of RGB (Red+Green+Blue) = 252+68+9=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4409 is #03BBF6. Grayscale: #747474. Windows color (decimal): -244727 or 607484. OLE color: 607484.

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

Color convert

RGB252689-
CMYK00.730.960.01
HSL14.57º97.59%51.18%-
HSV(B)14.57º96.43%98.82%-
XYZ42.2624.852.83-
YUV116.2967.46224.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.60%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 9 (3.91% from 255) = 2.74%
R=76.60%
G=20.67%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25268900.730.960.0114.5797.5951.18
HexFC449049601f6233
Octal37410411011114011714263
Binary1111110010001001001010010011100000111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4409; }

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

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

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

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

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

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

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

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