#FF7940

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

Shades of Burnt Orange #FF7940

Tints of Burnt Orange #FF7940

Color information

#FF7940 (or 0xFF7940) is unknown color: approx Burnt Orange. HEX triplet: FF, 79 and 40. RGB value is (255,121,64). Sum of RGB (Red+Green+Blue) = 255+121+64=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7940 is #0086BF. Grayscale: #9A9A9A. Windows color (decimal): -34496 or 4225535. OLE color: 4225535.

HSL color Cylindrical-coordinate representation of color #FF7940: hue angle of 17.91º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF7940 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25512164-
CMYK00.530.750
HSL17.91º100%62.55%-
HSV(B)17.91º74.9%100%-
XYZ4935.39.08-
YUV154.5776.89199.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.95%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=57.95%
G=27.5%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551216400.530.75017.9110062.55
HexFF79400354B012643f
Octal37717110006511302214477
Binary1111111111110011000000011010110010110100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7940; }

 p { color: rgb(255,121,64); }

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

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

 a { background-color: rgb(255,121,64); }

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

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

 span { border-color: rgb(255,121,64); }

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