#fc6b27

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

Shades of Burnt Orange #FC6B27

Tints of Burnt Orange #FC6B27

Color information

#FC6B27 (or 0xFC6B27) is unknown color: approx Burnt Orange. HEX triplet: FC, 6B and 27. RGB value is (252,107,39). Sum of RGB (Red+Green+Blue) = 252+107+39=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6B27 is #0394D8. Grayscale: #8F8F8F. Windows color (decimal): -234713 or 2583548. OLE color: 2583548.

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

Color convert

RGB25210739-
CMYK00.580.850.01
HSL19.15º97.26%57.06%-
HSV(B)19.15º84.52%98.82%-
XYZ45.7731.365.56-
YUV142.669.54206.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.32%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 39 (15.62% from 255) = 9.80%
R=63.32%
G=26.88%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521073900.580.850.0119.1597.2657.06
HexFC6B2703A551136139
Octal3741534707212512314171
Binary111111001101011100111011101010101011100111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc6b27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc6b27; }

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

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

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

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

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

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

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

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