#FE722D

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

Shades of Burnt Orange #FE722D

Tints of Burnt Orange #FE722D

Color information

#FE722D (or 0xFE722D) is unknown color: approx Burnt Orange. HEX triplet: FE, 72 and 2D. RGB value is (254,114,45). Sum of RGB (Red+Green+Blue) = 254+114+45=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE722D is #018DD2. Grayscale: #949494. Windows color (decimal): -101843 or 2978558. OLE color: 2978558.

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

Color convert

RGB25411445-
CMYK00.550.820.00
HSL19.81º99.05%58.63%-
HSV(B)19.81º82.28%99.61%-
XYZ47.3633.296.41-
YUV147.9969.88203.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.50%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 45 (17.97% from 255) = 10.90%
R=61.50%
G=27.60%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541144500.550.820.0019.8199.0558.63
HexFE722D03752014633b
Octal3761625506712202414373
Binary111111101110010101101011011110100100101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE722D; }

 p { color: rgb(254,114,45); }

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

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

 a { background-color: rgb(254,114,45); }

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

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

 span { border-color: rgb(254,114,45); }

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