#FE6835

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

Shades of Burnt Orange #FE6835

Tints of Burnt Orange #FE6835

Color information

#FE6835 (or 0xFE6835) is unknown color: approx Burnt Orange. HEX triplet: FE, 68 and 35. RGB value is (254,104,53). Sum of RGB (Red+Green+Blue) = 254+104+53=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6835 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6835 is #0197CA. Grayscale: #8F8F8F. Windows color (decimal): -104395 or 3500286. OLE color: 3500286.

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

Color convert

RGB25410453-
CMYK00.590.790.00
HSL15.22º99.01%60.2%-
HSV(B)15.22º79.13%99.61%-
XYZ46.4731.236.95-
YUV143.0477.2207.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.80%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 53 (21.09% from 255) = 12.90%
R=61.80%
G=25.30%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541045300.590.790.0015.2299.0160.2
HexFE683503B4F0f633c
Octal3761506507311701714374
Binary11111110110100011010101110111001111011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6835; }

 p { color: rgb(254,104,53); }

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

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

 a { background-color: rgb(254,104,53); }

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

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

 span { border-color: rgb(254,104,53); }

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