#FC7338

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

Shades of Burnt Orange #FC7338

Tints of Burnt Orange #FC7338

Color information

#FC7338 (or 0xFC7338) is unknown color: approx Burnt Orange. HEX triplet: FC, 73 and 38. RGB value is (252,115,56). Sum of RGB (Red+Green+Blue) = 252+115+56=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7338 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7338 is #038CC7. Grayscale: #959595. Windows color (decimal): -232648 or 3699708. OLE color: 3699708.

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

Color convert

RGB25211556-
CMYK00.540.780.01
HSL18.06º97.03%60.39%-
HSV(B)18.06º77.78%98.82%-
XYZ46.9933.247.68-
YUV149.2475.39201.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.57%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 56 (22.27% from 255) = 13.24%
R=59.57%
G=27.19%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521155600.540.780.0118.0697.0360.39
HexFC73380364E112613c
Octal3741637006611612214174
Binary111111001110011111000011011010011101100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7338; }

 p { color: rgb(252,115,56); }

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

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

 a { background-color: rgb(252,115,56); }

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

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

 span { border-color: rgb(252,115,56); }

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