Html Css Color HEX #FE713A Burnt Orange

📋 copy color: '#FE713A'

red 254 ◦ green 113 ◦ blue 58

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

Shades of Burnt Orange #FE713A

Tints of Burnt Orange #FE713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.65%

R = 59.76%
G = 26.59%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE713A (or 0xFE713A) is known color: Burnt Orange. HEX triplet: FE, 71 and 3A. RGB value is (254,113,58). Sum of RGB (Red+Green+Blue) = 254+113+58=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE713A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE713A is #018EC5. Grayscale: #959595. Windows color (decimal): -102086 or 3830270. OLE color: 3830270.

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

Color convert

RGB 254 113 58 -
CMYK 0 0.56 0.77 0.00
HSL 16.84º 0.99% 0.61% -
HSV(B) 16.84º 0.77% 1% -
XYZ 47.54 33.19 7.9 -
YUV 148.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 254 113 58 0 0.56 0.77 0.00 16.84 0.99 0.61
Hex FE 71 3A 0 38 4D 0 11 63 3D
Octal 376 161 72 0 70 115 0 21 143 75
Binary 11111110 1110001 111010 0 111000 1001101 0 10001 1100011 111101

Color Harmonies of #FE713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE713A

Black with #FE713A

Text Example


Text Example

White with #FE713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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