#FC6B34

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

Shades of Burnt Orange #FC6B34

Tints of Burnt Orange #FC6B34

Color information

#FC6B34 (or 0xFC6B34) is unknown color: approx Burnt Orange. HEX triplet: FC, 6B and 34. RGB value is (252,107,52). Sum of RGB (Red+Green+Blue) = 252+107+52=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6B34 is #0394CB. Grayscale: #909090. Windows color (decimal): -234700 or 3435516. OLE color: 3435516.

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

Color convert

RGB25210752-
CMYK00.580.790.01
HSL16.5º97.09%59.61%-
HSV(B)16.5º79.37%98.82%-
XYZ46.0231.466.9-
YUV144.0876.04204.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.31%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 52 (20.70% from 255) = 12.65%
R=61.31%
G=26.03%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521075200.580.790.0116.597.0959.61
HexFC6B3403A4F110613c
Octal3741536407211712014174
Binary111111001101011110100011101010011111100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B34; }

 p { color: rgb(252,107,52); }

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

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

 a { background-color: rgb(252,107,52); }

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

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

 span { border-color: rgb(252,107,52); }

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