#FE6A35

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

Shades of Burnt Orange #FE6A35

Tints of Burnt Orange #FE6A35

Color information

#FE6A35 (or 0xFE6A35) is unknown color: approx Burnt Orange. HEX triplet: FE, 6A and 35. RGB value is (254,106,53). Sum of RGB (Red+Green+Blue) = 254+106+53=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6A35 is #0195CA. Grayscale: #909090. Windows color (decimal): -103883 or 3500798. OLE color: 3500798.

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

Color convert

RGB25410653-
CMYK00.580.790.00
HSL15.82º99.01%60.2%-
HSV(B)15.82º79.13%99.61%-
XYZ46.6731.647.01-
YUV144.2176.53206.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.50%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=61.50%
G=25.67%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541065300.580.790.0015.8299.0160.2
HexFE6A3503A4F010633c
Octal3761526507211702014374
Binary111111101101010110101011101010011110100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6A35; }

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

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

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

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

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

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

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

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