Html Css Color HEX #FF7029 Burnt Orange

📋 copy color: '#FF7029'

red 255 ◦ green 112 ◦ blue 41

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

Shades of Burnt Orange #FF7029

Tints of Burnt Orange #FF7029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.45%

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

R = 62.5%
G = 27.45%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7029 (or 0xFF7029) is known color: Burnt Orange. HEX triplet: FF, 70 and 29. RGB value is (255,112,41). Sum of RGB (Red+Green+Blue) = 255+112+41=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7029 is #008FD6. Grayscale: #939393. Windows color (decimal): -36823 or 2715903. OLE color: 2715903.

HSL color Cylindrical-coordinate representation of color #FF7029: hue angle of 19.91º 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 #FF7029 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 41 -
CMYK 0 0.56 0.84 0
HSL 19.91º 1% 0.58% -
HSV(B) 19.91º 0.84% 1% -
XYZ 47.43 33.01 5.97 -
YUV 146.66 68.38 205.27 -
System Red Green Blue C M Y K H S L
Decimal 255 112 41 0 0.56 0.84 0 19.91 1 0.58
Hex FF 70 29 0 38 54 0 14 64 3A
Octal 377 160 51 0 70 124 0 24 144 72
Binary 11111111 1110000 101001 0 111000 1010100 0 10100 1100100 111010

Color Harmonies of #FF7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7029

Black with #FF7029

Text Example


Text Example

White with #FF7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7029; }

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

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

background-color css

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

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

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

border-color css

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

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

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