Html Css Color HEX #FE6322 Burnt Orange

📋 copy color: '#FE6322'

red 254 ◦ green 99 ◦ blue 34

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

Shades of Burnt Orange #FE6322

Tints of Burnt Orange #FE6322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 65.63%
G = 25.58%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE6322 (or 0xFE6322) is known color: Burnt Orange. HEX triplet: FE, 63 and 22. RGB value is (254,99,34). Sum of RGB (Red+Green+Blue) = 254+99+34=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6322 is #019CDD. Grayscale: #8A8A8A. Windows color (decimal): -105694 or 2253822. OLE color: 2253822.

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

Color convert

RGB 254 99 34 -
CMYK 0 0.61 0.87 0.00
HSL 17.73º 0.99% 0.56% -
HSV(B) 17.73º 0.87% 1% -
XYZ 45.62 30.11 4.92 -
YUV 137.94 69.35 210.79 -
System Red Green Blue C M Y K H S L
Decimal 254 99 34 0 0.61 0.87 0.00 17.73 0.99 0.56
Hex FE 63 22 0 3D 57 0 12 63 38
Octal 376 143 42 0 75 127 0 22 143 70
Binary 11111110 1100011 100010 0 111101 1010111 0 10010 1100011 111000

Color Harmonies of #FE6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6322

Black with #FE6322

Text Example


Text Example

White with #FE6322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6322; }

 p { color: rgb(254,99,34); }

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

background-color css

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

 a { background-color: rgb(254,99,34); }

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

border-color css

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

 span { border-color: rgb(254,99,34); }

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