#FC3A00

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

Shades of Orange Red #FC3A00

Tints of Orange Red #FC3A00

Color information

#FC3A00 (or 0xFC3A00) is unknown color: approx Orange Red. HEX triplet: FC, 3A and 00. RGB value is (252,58,0). Sum of RGB (Red+Green+Blue) = 252+58+0=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3A00 is #03C5FF. Grayscale: #6D6D6D. Windows color (decimal): -247296 or 15100. OLE color: 15100.

HSL color Cylindrical-coordinate representation of color #FC3A00: hue angle of 13.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB252580-
CMYK00.7710.01
HSL13.81º100%49.41%-
HSV(B)13.81º100%98.82%-
XYZ41.6623.722.38-
YUV109.3966.27229.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.29%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.29%
G=18.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25258000.7710.0113.8110049.41
HexFC3A004D641e6431
Octal374720011514411614461
Binary111111001110100010011011100100111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3A00; }

 p { color: rgb(252,58,0); }

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

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

 a { background-color: rgb(252,58,0); }

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

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

 span { border-color: rgb(252,58,0); }

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