#FE702D

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

Shades of Burnt Orange #FE702D

Tints of Burnt Orange #FE702D

Color information

#FE702D (or 0xFE702D) is unknown color: approx Burnt Orange. HEX triplet: FE, 70 and 2D. RGB value is (254,112,45). Sum of RGB (Red+Green+Blue) = 254+112+45=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE702D is #018FD2. Grayscale: #939393. Windows color (decimal): -102355 or 2978046. OLE color: 2978046.

HSL color Cylindrical-coordinate representation of color #FE702D: hue angle of 19.23º 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 #FE702D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB25411245-
CMYK00.560.820.00
HSL19.23º99.05%58.63%-
HSV(B)19.23º82.28%99.61%-
XYZ47.1432.856.34-
YUV146.8270.54204.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.80%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 45 (17.97% from 255) = 10.95%
R=61.80%
G=27.25%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541124500.560.820.0019.2399.0558.63
HexFE702D03852013633b
Octal3761605507012202314373
Binary111111101110000101101011100010100100100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE702D; }

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

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

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

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

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

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

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

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