#FC6230

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

Shades of Outrageous Orange #FC6230

Tints of Outrageous Orange #FC6230

Color information

#FC6230 (or 0xFC6230) is unknown color: approx Outrageous Orange. HEX triplet: FC, 62 and 30. RGB value is (252,98,48). Sum of RGB (Red+Green+Blue) = 252+98+48=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6230 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6230 is #039DCF. Grayscale: #8A8A8A. Windows color (decimal): -237008 or 3171068. OLE color: 3171068.

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

Color convert

RGB2529848-
CMYK00.610.810.01
HSL14.71º97.14%58.82%-
HSV(B)14.71º80.95%98.82%-
XYZ45.0529.646.14-
YUV138.3577.02209.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.32%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 48 (19.14% from 255) = 12.06%
R=63.32%
G=24.62%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252984800.610.810.0114.7197.1458.82
HexFC623003D511f613b
Octal3741426007512111714173
Binary11111100110001011000001111011010001111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6230; }

 p { color: rgb(252,98,48); }

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

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

 a { background-color: rgb(252,98,48); }

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

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

 span { border-color: rgb(252,98,48); }

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