Html Css Color HEX #FE7138 Burnt Orange

📋 copy color: '#FE7138'

red 254 ◦ green 113 ◦ blue 56

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

Shades of Burnt Orange #FE7138

Tints of Burnt Orange #FE7138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 60.05%
G = 26.71%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE7138 (or 0xFE7138) is known color: Burnt Orange. HEX triplet: FE, 71 and 38. RGB value is (254,113,56). Sum of RGB (Red+Green+Blue) = 254+113+56=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7138 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7138 is #018EC7. Grayscale: #959595. Windows color (decimal): -102088 or 3699198. OLE color: 3699198.

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

Color convert

RGB 254 113 56 -
CMYK 0 0.56 0.78 0.00
HSL 17.27º 0.99% 0.61% -
HSV(B) 17.27º 0.78% 1% -
XYZ 47.49 33.17 7.64 -
YUV 148.66 75.71 203.13 -
System Red Green Blue C M Y K H S L
Decimal 254 113 56 0 0.56 0.78 0.00 17.27 0.99 0.61
Hex FE 71 38 0 38 4E 0 11 63 3D
Octal 376 161 70 0 70 116 0 21 143 75
Binary 11111110 1110001 111000 0 111000 1001110 0 10001 1100011 111101

Color Harmonies of #FE7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7138

Black with #FE7138

Text Example


Text Example

White with #FE7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7138; }

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

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

background-color css

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

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

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

border-color css

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

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

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