#FE7533

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

Shades of Burnt Orange #FE7533

Tints of Burnt Orange #FE7533

Color information

#FE7533 (or 0xFE7533) is unknown color: approx Burnt Orange. HEX triplet: FE, 75 and 33. RGB value is (254,117,51). Sum of RGB (Red+Green+Blue) = 254+117+51=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7533 is #018ACC. Grayscale: #969696. Windows color (decimal): -101069 or 3372542. OLE color: 3372542.

HSL color Cylindrical-coordinate representation of color #FE7533: hue angle of 19.51º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE7533 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB25411751-
CMYK00.540.800.00
HSL19.51º99.02%59.8%-
HSV(B)19.51º79.92%99.61%-
XYZ47.8334.037.18-
YUV150.4471.89201.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.19%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 51 (20.31% from 255) = 12.09%
R=60.19%
G=27.73%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541175100.540.800.0019.5199.0259.8
HexFE753303650014633c
Octal3761656306612002414374
Binary111111101110101110011011011010100000101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7533; }

 p { color: rgb(254,117,51); }

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

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

 a { background-color: rgb(254,117,51); }

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

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

 span { border-color: rgb(254,117,51); }

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