Html Css Color HEX #FF7329 Burnt Orange

📋 copy color: '#FF7329'

red 255 ◦ green 115 ◦ blue 41

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

Shades of Burnt Orange #FF7329

Tints of Burnt Orange #FF7329

RGB

 RED value IS 255 (100% from 255) = 62.04%

 GREEN value IS 115 (45.31% from 255) = 27.98%

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 62.04%
G = 27.98%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7329 (or 0xFF7329) is known color: Burnt Orange. HEX triplet: FF, 73 and 29. RGB value is (255,115,41). Sum of RGB (Red+Green+Blue) = 255+115+41=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7329 is #008CD6. Grayscale: #949494. Windows color (decimal): -36055 or 2716671. OLE color: 2716671.

HSL color Cylindrical-coordinate representation of color #FF7329: hue angle of 20.75º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF7329 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 115 41 -
CMYK 0 0.55 0.84 0
HSL 20.75º 1% 0.58% -
HSV(B) 20.75º 0.84% 1% -
XYZ 47.77 33.68 6.08 -
YUV 148.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 255 115 41 0 0.55 0.84 0 20.75 1 0.58
Hex FF 73 29 0 37 54 0 15 64 3A
Octal 377 163 51 0 67 124 0 25 144 72
Binary 11111111 1110011 101001 0 110111 1010100 0 10101 1100100 111010

Color Harmonies of #FF7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7329

Black with #FF7329

Text Example


Text Example

White with #FF7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7329; }

 p { color: rgb(255,115,41); }

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

background-color css

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

 a { background-color: rgb(255,115,41); }

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

border-color css

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

 span { border-color: rgb(255,115,41); }

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