#FC452F

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

Shades of Red Orange #FC452F

Tints of Red Orange #FC452F

Color information

#FC452F (or 0xFC452F) is unknown color: approx Red Orange. HEX triplet: FC, 45 and 2F. RGB value is (252,69,47). Sum of RGB (Red+Green+Blue) = 252+69+47=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC452F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC452F is #03BAD0. Grayscale: #797979. Windows color (decimal): -244433 or 3098108. OLE color: 3098108.

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

Color convert

RGB2526947-
CMYK00.730.810.01
HSL6.44º97.16%58.63%-
HSV(B)6.44º81.35%98.82%-
XYZ42.7925.165.29-
YUV121.2186.13221.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.48%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 47 (18.75% from 255) = 12.77%
R=68.48%
G=18.75%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252694700.730.810.016.4497.1658.63
HexFC452F0495116613b
Octal3741055701111211614173
Binary11111100100010110111101001001101000111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC452F; }

 p { color: rgb(252,69,47); }

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

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

 a { background-color: rgb(252,69,47); }

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

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

 span { border-color: rgb(252,69,47); }

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