Html Css Color HEX #FE7226 Burnt Orange

📋 copy color: '#FE7226'

red 254 ◦ green 114 ◦ blue 38

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

Shades of Burnt Orange #FE7226

Tints of Burnt Orange #FE7226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 62.56%
G = 28.08%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE7226 (or 0xFE7226) is known color: Burnt Orange. HEX triplet: FE, 72 and 26. RGB value is (254,114,38). Sum of RGB (Red+Green+Blue) = 254+114+38=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7226 is #018DD9. Grayscale: #939393. Windows color (decimal): -101850 or 2519806. OLE color: 2519806.

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

Color convert

RGB 254 114 38 -
CMYK 0 0.55 0.85 0.00
HSL 21.11º 0.99% 0.57% -
HSV(B) 21.11º 0.85% 1% -
XYZ 47.24 33.25 5.76 -
YUV 147.2 66.38 204.18 -
System Red Green Blue C M Y K H S L
Decimal 254 114 38 0 0.55 0.85 0.00 21.11 0.99 0.57
Hex FE 72 26 0 37 55 0 15 63 39
Octal 376 162 46 0 67 125 0 25 143 71
Binary 11111110 1110010 100110 0 110111 1010101 0 10101 1100011 111001

Color Harmonies of #FE7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7226

Black with #FE7226

Text Example


Text Example

White with #FE7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7226; }

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

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

background-color css

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

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

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

border-color css

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

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

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