#FC4F2C

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

Shades of Red Orange #FC4F2C

Tints of Red Orange #FC4F2C

Color information

#FC4F2C (or 0xFC4F2C) is unknown color: approx Red Orange. HEX triplet: FC, 4F and 2C. RGB value is (252,79,44). Sum of RGB (Red+Green+Blue) = 252+79+44=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4F2C is #03B0D3. Grayscale: #7F7F7F. Windows color (decimal): -241876 or 2904060. OLE color: 2904060.

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

Color convert

RGB2527944-
CMYK00.690.830.01
HSL10.1º97.2%58.04%-
HSV(B)10.1º82.54%98.82%-
XYZ43.426.475.2-
YUV126.7481.31217.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.2%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=67.2%
G=21.07%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252794400.690.830.0110.197.258.04
HexFC4F2C045531a613a
Octal37411754010512311214172
Binary111111001001111101100010001011010011110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4F2C; }

 p { color: rgb(252,79,44); }

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

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

 a { background-color: rgb(252,79,44); }

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

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

 span { border-color: rgb(252,79,44); }

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