#FC5C1E

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

Shades of Outrageous Orange #FC5C1E

Tints of Outrageous Orange #FC5C1E

Color information

#FC5C1E (or 0xFC5C1E) is unknown color: approx Outrageous Orange. HEX triplet: FC, 5C and 1E. RGB value is (252,92,30). Sum of RGB (Red+Green+Blue) = 252+92+30=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5C1E is #03A3E1. Grayscale: #858585. Windows color (decimal): -238562 or 1989884. OLE color: 1989884.

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

Color convert

RGB2529230-
CMYK00.630.880.01
HSL16.76º97.37%55.29%-
HSV(B)16.76º88.1%98.82%-
XYZ44.2128.444.39-
YUV132.7770.01213.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.38%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 30 (12.11% from 255) = 8.02%
R=67.38%
G=24.60%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252923000.630.880.0116.7697.3755.29
HexFC5C1E03F581116137
Octal3741343607713012114167
Binary11111100101110011110011111110110001100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5C1E; }

 p { color: rgb(252,92,30); }

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

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

 a { background-color: rgb(252,92,30); }

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

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

 span { border-color: rgb(252,92,30); }

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