Html Css Color HEX #FE7129 Burnt Orange

📋 copy color: '#FE7129'

red 254 ◦ green 113 ◦ blue 41

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

Shades of Burnt Orange #FE7129

Tints of Burnt Orange #FE7129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 62.25%
G = 27.7%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE7129 (or 0xFE7129) is known color: Burnt Orange. HEX triplet: FE, 71 and 29. RGB value is (254,113,41). Sum of RGB (Red+Green+Blue) = 254+113+41=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7129 is #018ED6. Grayscale: #939393. Windows color (decimal): -102103 or 2716158. OLE color: 2716158.

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

Color convert

RGB 254 113 41 -
CMYK 0 0.56 0.84 0.00
HSL 20.28º 0.99% 0.58% -
HSV(B) 20.28º 0.84% 1% -
XYZ 47.18 33.04 5.99 -
YUV 146.95 68.21 204.35 -
System Red Green Blue C M Y K H S L
Decimal 254 113 41 0 0.56 0.84 0.00 20.28 0.99 0.58
Hex FE 71 29 0 38 54 0 14 63 3A
Octal 376 161 51 0 70 124 0 24 143 72
Binary 11111110 1110001 101001 0 111000 1010100 0 10100 1100011 111010

Color Harmonies of #FE7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7129

Black with #FE7129

Text Example


Text Example

White with #FE7129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7129; }

 p { color: rgb(254,113,41); }

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

background-color css

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

 a { background-color: rgb(254,113,41); }

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

border-color css

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

 span { border-color: rgb(254,113,41); }

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