#fc4d1f

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

Shades of Red Orange #FC4D1F

Tints of Red Orange #FC4D1F

Color information

#FC4D1F (or 0xFC4D1F) is unknown color: approx Red Orange. HEX triplet: FC, 4D and 1F. RGB value is (252,77,31). Sum of RGB (Red+Green+Blue) = 252+77+31=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D1F is #03B2E0. Grayscale: #7C7C7C. Windows color (decimal): -242401 or 2051580. OLE color: 2051580.

HSL color Cylindrical-coordinate representation of color #FC4D1F: hue angle of 12.49º 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 #FC4D1F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB2527731-
CMYK00.690.880.01
HSL12.49º97.36%55.49%-
HSV(B)12.49º87.7%98.82%-
XYZ43.0526.14.07-
YUV124.0875.48219.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 70%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 31 (12.5% from 255) = 8.61%
R=70%
G=21.39%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252773100.690.880.0112.4997.3655.49
HexFC4D1F045581c6137
Octal37411537010513011414167
Binary11111100100110111111010001011011000111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc4d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc4d1f; }

 p { color: rgb(252,77,31); }

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

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

 a { background-color: rgb(252,77,31); }

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

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

 span { border-color: rgb(252,77,31); }

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