#FC793F

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

Shades of Burnt Orange #FC793F

Tints of Burnt Orange #FC793F

Color information

#FC793F (or 0xFC793F) is unknown color: approx Burnt Orange. HEX triplet: FC, 79 and 3F. RGB value is (252,121,63). Sum of RGB (Red+Green+Blue) = 252+121+63=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC793F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC793F is #0386C0. Grayscale: #999999. Windows color (decimal): -231105 or 4159996. OLE color: 4159996.

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

Color convert

RGB25212163-
CMYK00.520.750.01
HSL18.41º96.92%61.76%-
HSV(B)18.41º75%98.82%-
XYZ47.8834.738.88-
YUV153.5676.9198.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.80%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 63 (25% from 255) = 14.45%
R=57.80%
G=27.75%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521216300.520.750.0118.4196.9261.76
HexFC793F0344B112613e
Octal3741717706411312214176
Binary111111001111001111111011010010010111100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC793F; }

 p { color: rgb(252,121,63); }

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

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

 a { background-color: rgb(252,121,63); }

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

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

 span { border-color: rgb(252,121,63); }

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