Html Css Color HEX #FE712E Burnt Orange

📋 copy color: '#FE712E'

red 254 ◦ green 113 ◦ blue 46

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

Shades of Burnt Orange #FE712E

Tints of Burnt Orange #FE712E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 61.5%
G = 27.36%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE712E (or 0xFE712E) is known color: Burnt Orange. HEX triplet: FE, 71 and 2E. RGB value is (254,113,46). Sum of RGB (Red+Green+Blue) = 254+113+46=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE712E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE712E is #018ED1. Grayscale: #939393. Windows color (decimal): -102098 or 3043838. OLE color: 3043838.

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

Color convert

RGB 254 113 46 -
CMYK 0 0.56 0.82 0.00
HSL 19.33º 0.99% 0.59% -
HSV(B) 19.33º 0.82% 1% -
XYZ 47.27 33.08 6.48 -
YUV 147.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 254 113 46 0 0.56 0.82 0.00 19.33 0.99 0.59
Hex FE 71 2E 0 38 52 0 13 63 3B
Octal 376 161 56 0 70 122 0 23 143 73
Binary 11111110 1110001 101110 0 111000 1010010 0 10011 1100011 111011

Color Harmonies of #FE712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE712E

Black with #FE712E

Text Example


Text Example

White with #FE712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE712E; }

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

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

background-color css

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

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

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

border-color css

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

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

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