Html Css Color HEX #FE6831 Burnt Orange

📋 copy color: '#FE6831'

red 254 ◦ green 104 ◦ blue 49

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

Shades of Burnt Orange #FE6831

Tints of Burnt Orange #FE6831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 49 (19.53% from 255) = 12.04%

R = 62.41%
G = 25.55%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE6831 (or 0xFE6831) is known color: Burnt Orange. HEX triplet: FE, 68 and 31. RGB value is (254,104,49). Sum of RGB (Red+Green+Blue) = 254+104+49=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6831 is #0197CE. Grayscale: #8E8E8E. Windows color (decimal): -104399 or 3238142. OLE color: 3238142.

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

Color convert

RGB 254 104 49 -
CMYK 0 0.59 0.81 0.00
HSL 16.1º 0.99% 0.59% -
HSV(B) 16.1º 0.81% 1% -
XYZ 46.38 31.19 6.48 -
YUV 142.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 254 104 49 0 0.59 0.81 0.00 16.1 0.99 0.59
Hex FE 68 31 0 3B 51 0 10 63 3B
Octal 376 150 61 0 73 121 0 20 143 73
Binary 11111110 1101000 110001 0 111011 1010001 0 10000 1100011 111011

Color Harmonies of #FE6831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6831

Black with #FE6831

Text Example


Text Example

White with #FE6831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6831; }

 p { color: rgb(254,104,49); }

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

background-color css

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

 a { background-color: rgb(254,104,49); }

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

border-color css

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

 span { border-color: rgb(254,104,49); }

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