#FC5330

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

Shades of Outrageous Orange #FC5330

Tints of Outrageous Orange #FC5330

Color information

#FC5330 (or 0xFC5330) is unknown color: approx Outrageous Orange. HEX triplet: FC, 53 and 30. RGB value is (252,83,48). Sum of RGB (Red+Green+Blue) = 252+83+48=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5330 is #03ACCF. Grayscale: #818181. Windows color (decimal): -240848 or 3167228. OLE color: 3167228.

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

Color convert

RGB2528348-
CMYK00.670.810.01
HSL10.29º97.14%58.82%-
HSV(B)10.29º80.95%98.82%-
XYZ43.7727.15.72-
YUV129.5481.99215.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.80%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 48 (19.14% from 255) = 12.53%
R=65.80%
G=21.67%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252834800.670.810.0110.2997.1458.82
HexFC5330043511a613b
Octal37412360010312111214173
Binary111111001010011110000010000111010001110101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5330; }

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

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

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

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

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

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

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

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