#FC582B

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

Shades of Outrageous Orange #FC582B

Tints of Outrageous Orange #FC582B

Color information

#FC582B (or 0xFC582B) is unknown color: approx Outrageous Orange. HEX triplet: FC, 58 and 2B. RGB value is (252,88,43). Sum of RGB (Red+Green+Blue) = 252+88+43=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC582B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC582B is #03A7D4. Grayscale: #848484. Windows color (decimal): -239573 or 2840828. OLE color: 2840828.

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

Color convert

RGB2528843-
CMYK00.650.830.01
HSL12.92º97.21%57.84%-
HSV(B)12.92º82.94%98.82%-
XYZ44.0727.855.34-
YUV131.9177.83213.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.80%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 43 (17.19% from 255) = 11.23%
R=65.80%
G=22.98%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252884300.650.830.0112.9297.2157.84
HexFC582B041531d613a
Octal37413053010112311514172
Binary111111001011000101011010000011010011111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC582B; }

 p { color: rgb(252,88,43); }

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

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

 a { background-color: rgb(252,88,43); }

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

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

 span { border-color: rgb(252,88,43); }

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