Html Css Color HEX #FE7026 Burnt Orange

📋 copy color: '#FE7026'

red 254 ◦ green 112 ◦ blue 38

#FE7026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Orange #FE7026

Tints of Burnt Orange #FE7026

RGB

 RED value IS 254 (99.61% from 255) = 62.87%

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 38 (15.23% from 255) = 9.41%

R = 62.87%
G = 27.72%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE7026 (or 0xFE7026) is known color: Burnt Orange. HEX triplet: FE, 70 and 26. RGB value is (254,112,38). Sum of RGB (Red+Green+Blue) = 254+112+38=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7026 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7026 is #018FD9. Grayscale: #929292. Windows color (decimal): -102362 or 2519294. OLE color: 2519294.

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

Color convert

RGB 254 112 38 -
CMYK 0 0.56 0.85 0.00
HSL 20.56º 0.99% 0.57% -
HSV(B) 20.56º 0.85% 1% -
XYZ 47.02 32.8 5.69 -
YUV 146.02 67.04 205.02 -
System Red Green Blue C M Y K H S L
Decimal 254 112 38 0 0.56 0.85 0.00 20.56 0.99 0.57
Hex FE 70 26 0 38 55 0 15 63 39
Octal 376 160 46 0 70 125 0 25 143 71
Binary 11111110 1110000 100110 0 111000 1010101 0 10101 1100011 111001

Color Harmonies of #FE7026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7026

Black with #FE7026

Text Example


Text Example

White with #FE7026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7026; }

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

 H1.HeaderClassName
 {
   color: #FE7026;
 }
 .AnyTagClassName
 {
   color: #FE7026;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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