#FC6427

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

Shades of Burnt Orange #FC6427

Tints of Burnt Orange #FC6427

Color information

#FC6427 (or 0xFC6427) is unknown color: approx Burnt Orange. HEX triplet: FC, 64 and 27. RGB value is (252,100,39). Sum of RGB (Red+Green+Blue) = 252+100+39=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6427 is #039BD8. Grayscale: #8A8A8A. Windows color (decimal): -236505 or 2581756. OLE color: 2581756.

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

Color convert

RGB25210039-
CMYK00.600.850.01
HSL17.18º97.26%57.06%-
HSV(B)17.18º84.52%98.82%-
XYZ45.0729.965.33-
YUV138.4971.86208.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.45%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=64.45%
G=25.58%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521003900.600.850.0117.1897.2657.06
HexFC642703C551116139
Octal3741444707412512114171
Binary111111001100100100111011110010101011100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6427; }

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

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

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

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

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

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

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

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