#FE6B26

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

Shades of Burnt Orange #FE6B26

Tints of Burnt Orange #FE6B26

Color information

#FE6B26 (or 0xFE6B26) is unknown color: approx Burnt Orange. HEX triplet: FE, 6B and 26. RGB value is (254,107,38). Sum of RGB (Red+Green+Blue) = 254+107+38=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B26 is #0194D9. Grayscale: #8F8F8F. Windows color (decimal): -103642 or 2518014. OLE color: 2518014.

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

Color convert

RGB25410738-
CMYK00.580.850.00
HSL19.17º99.08%57.25%-
HSV(B)19.17º85.04%99.61%-
XYZ46.4831.735.51-
YUV143.0968.7207.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 63.66%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 38 (15.23% from 255) = 9.52%
R=63.66%
G=26.82%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541073800.580.850.0019.1799.0857.25
HexFE6B2603A550136339
Octal3761534607212502314371
Binary111111101101011100110011101010101010100111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6B26; }

 p { color: rgb(254,107,38); }

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

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

 a { background-color: rgb(254,107,38); }

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

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

 span { border-color: rgb(254,107,38); }

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