#FC3F01

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

Shades of Orange Red #FC3F01

Tints of Orange Red #FC3F01

Color information

#FC3F01 (or 0xFC3F01) is unknown color: approx Orange Red. HEX triplet: FC, 3F and 01. RGB value is (252,63,1). Sum of RGB (Red+Green+Blue) = 252+63+1=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3F01 is #03C0FE. Grayscale: #707070. Windows color (decimal): -246015 or 81916. OLE color: 81916.

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

Color convert

RGB252631-
CMYK00.751.000.01
HSL14.82º99.21%49.61%-
HSV(B)14.82º99.6%98.82%-
XYZ41.9324.252.5-
YUV112.4465.12227.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 79.75%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=79.75%
G=19.94%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25263100.751.000.0114.8299.2149.61
HexFC3F104B641f6332
Octal374771011314411714362
Binary111111001111111010010111100100111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3F01; }

 p { color: rgb(252,63,1); }

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

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

 a { background-color: rgb(252,63,1); }

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

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

 span { border-color: rgb(252,63,1); }

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