#FC6F26

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

Shades of Burnt Orange #FC6F26

Tints of Burnt Orange #FC6F26

Color information

#FC6F26 (or 0xFC6F26) is unknown color: approx Burnt Orange. HEX triplet: FC, 6F and 26. RGB value is (252,111,38). Sum of RGB (Red+Green+Blue) = 252+111+38=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F26 is #0390D9. Grayscale: #919191. Windows color (decimal): -233690 or 2519036. OLE color: 2519036.

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

Color convert

RGB25211138-
CMYK00.560.850.01
HSL20.47º97.27%56.86%-
HSV(B)20.47º84.92%98.82%-
XYZ46.1832.25.62-
YUV144.8467.71204.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.84%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 38 (15.23% from 255) = 9.48%
R=62.84%
G=27.68%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521113800.560.850.0120.4797.2756.86
HexFC6F26038551146139
Octal3741574607012512414171
Binary111111001101111100110011100010101011101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6F26; }

 p { color: rgb(252,111,38); }

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

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

 a { background-color: rgb(252,111,38); }

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

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

 span { border-color: rgb(252,111,38); }

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