#FC5427

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

Shades of Outrageous Orange #FC5427

Tints of Outrageous Orange #FC5427

Color information

#FC5427 (or 0xFC5427) is unknown color: approx Outrageous Orange. HEX triplet: FC, 54 and 27. RGB value is (252,84,39). Sum of RGB (Red+Green+Blue) = 252+84+39=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5427 is #03ABD8. Grayscale: #818181. Windows color (decimal): -240601 or 2577660. OLE color: 2577660.

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

Color convert

RGB2528439-
CMYK00.670.850.01
HSL12.68º97.26%57.06%-
HSV(B)12.68º84.52%98.82%-
XYZ43.6827.184.86-
YUV129.177.16215.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.2%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 39 (15.62% from 255) = 10.4%
R=67.2%
G=22.4%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252843900.670.850.0112.6897.2657.06
HexFC5427043551d6139
Octal37412447010312511514171
Binary111111001010100100111010000111010101111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5427; }

 p { color: rgb(252,84,39); }

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

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

 a { background-color: rgb(252,84,39); }

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

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

 span { border-color: rgb(252,84,39); }

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