#FC6134

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

Shades of Outrageous Orange #FC6134

Tints of Outrageous Orange #FC6134

Color information

#FC6134 (or 0xFC6134) is unknown color: approx Outrageous Orange. HEX triplet: FC, 61 and 34. RGB value is (252,97,52). Sum of RGB (Red+Green+Blue) = 252+97+52=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6134 is #039ECB. Grayscale: #8A8A8A. Windows color (decimal): -237260 or 3432956. OLE color: 3432956.

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

Color convert

RGB2529752-
CMYK00.620.790.01
HSL13.5º97.09%59.61%-
HSV(B)13.5º79.37%98.82%-
XYZ45.0429.496.57-
YUV138.2279.35209.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.84%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 52 (20.70% from 255) = 12.97%
R=62.84%
G=24.19%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252975200.620.790.0113.597.0959.61
HexFC613403E4F1e613c
Octal3741416407611711614174
Binary11111100110000111010001111101001111111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6134; }

 p { color: rgb(252,97,52); }

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

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

 a { background-color: rgb(252,97,52); }

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

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

 span { border-color: rgb(252,97,52); }

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