Html Css Color HEX #FE7041 Burnt Orange

📋 copy color: '#FE7041'

red 254 ◦ green 112 ◦ blue 65

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

Shades of Burnt Orange #FE7041

Tints of Burnt Orange #FE7041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.08%

R = 58.93%
G = 25.99%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE7041 (or 0xFE7041) is known color: Burnt Orange. HEX triplet: FE, 70 and 41. RGB value is (254,112,65). Sum of RGB (Red+Green+Blue) = 254+112+65=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7041 is #018FBE. Grayscale: #959595. Windows color (decimal): -102335 or 4288766. OLE color: 4288766.

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

Color convert

RGB 254 112 65 -
CMYK 0 0.56 0.74 0.00
HSL 14.92º 0.99% 0.63% -
HSV(B) 14.92º 0.74% 1% -
XYZ 47.62 33.04 8.87 -
YUV 149.1 80.54 202.82 -
System Red Green Blue C M Y K H S L
Decimal 254 112 65 0 0.56 0.74 0.00 14.92 0.99 0.63
Hex FE 70 41 0 38 4A 0 F 63 3F
Octal 376 160 101 0 70 112 0 17 143 77
Binary 11111110 1110000 1000001 0 111000 1001010 0 1111 1100011 111111

Color Harmonies of #FE7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7041

Black with #FE7041

Text Example


Text Example

White with #FE7041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7041; }

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

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

background-color css

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

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

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

border-color css

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

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

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