Html Css Color HEX #FF7026 Burnt Orange

📋 copy color: '#FF7026'

red 255 ◦ green 112 ◦ blue 38

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

Shades of Burnt Orange #FF7026

Tints of Burnt Orange #FF7026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 62.96%
G = 27.65%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF7026 (or 0xFF7026) is known color: Burnt Orange. HEX triplet: FF, 70 and 26. RGB value is (255,112,38). Sum of RGB (Red+Green+Blue) = 255+112+38=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7026 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7026 is #008FD9. Grayscale: #929292. Windows color (decimal): -36826 or 2519295. OLE color: 2519295.

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

Color convert

RGB 255 112 38 -
CMYK 0 0.56 0.85 0
HSL 20.46º 1% 0.57% -
HSV(B) 20.46º 0.85% 1% -
XYZ 47.38 32.99 5.7 -
YUV 146.32 66.88 205.52 -
System Red Green Blue C M Y K H S L
Decimal 255 112 38 0 0.56 0.85 0 20.46 1 0.57
Hex FF 70 26 0 38 55 0 14 64 39
Octal 377 160 46 0 70 125 0 24 144 71
Binary 11111111 1110000 100110 0 111000 1010101 0 10100 1100100 111001

Color Harmonies of #FF7026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7026

Black with #FF7026

Text Example


Text Example

White with #FF7026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7026; }

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

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

background-color css

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

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

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

border-color css

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

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

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