Html Css Color HEX #FE6832 Burnt Orange

📋 copy color: '#FE6832'

red 254 ◦ green 104 ◦ blue 50

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

Shades of Burnt Orange #FE6832

Tints of Burnt Orange #FE6832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 62.25%
G = 25.49%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE6832 (or 0xFE6832) is known color: Burnt Orange. HEX triplet: FE, 68 and 32. RGB value is (254,104,50). Sum of RGB (Red+Green+Blue) = 254+104+50=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6832 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6832 is #0197CD. Grayscale: #8F8F8F. Windows color (decimal): -104398 or 3303678. OLE color: 3303678.

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

Color convert

RGB 254 104 50 -
CMYK 0 0.59 0.80 0.00
HSL 15.88º 0.99% 0.6% -
HSV(B) 15.88º 0.8% 1% -
XYZ 46.4 31.2 6.59 -
YUV 142.69 75.7 207.39 -
System Red Green Blue C M Y K H S L
Decimal 254 104 50 0 0.59 0.80 0.00 15.88 0.99 0.6
Hex FE 68 32 0 3B 50 0 10 63 3C
Octal 376 150 62 0 73 120 0 20 143 74
Binary 11111110 1101000 110010 0 111011 1010000 0 10000 1100011 111100

Color Harmonies of #FE6832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6832

Black with #FE6832

Text Example


Text Example

White with #FE6832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6832; }

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

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

background-color css

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

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

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

border-color css

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

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

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