#FF742E

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

Shades of Burnt Orange #FF742E

Tints of Burnt Orange #FF742E

Color information

#FF742E (or 0xFF742E) is unknown color: approx Burnt Orange. HEX triplet: FF, 74 and 2E. RGB value is (255,116,46). Sum of RGB (Red+Green+Blue) = 255+116+46=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF742E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF742E is #008BD1. Grayscale: #969696. Windows color (decimal): -35794 or 3044607. OLE color: 3044607.

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

Color convert

RGB25511646-
CMYK00.550.820
HSL20.1º100%59.02%-
HSV(B)20.1º81.96%100%-
XYZ47.9833.956.61-
YUV149.5869.55203.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.15%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 46 (18.36% from 255) = 11.03%
R=61.15%
G=27.82%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551164600.550.82020.110059.02
HexFF742E03752014643b
Octal3771645606712202414473
Binary111111111110100101110011011110100100101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF742E; }

 p { color: rgb(255,116,46); }

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

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

 a { background-color: rgb(255,116,46); }

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

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

 span { border-color: rgb(255,116,46); }

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