Html Css Color HEX #FF7126 Burnt Orange

📋 copy color: '#FF7126'

red 255 ◦ green 113 ◦ blue 38

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

Shades of Burnt Orange #FF7126

Tints of Burnt Orange #FF7126

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.83%

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

R = 62.81%
G = 27.83%
B = 9.36%

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

#FF7126 (or 0xFF7126) is known color: Burnt Orange. HEX triplet: FF, 71 and 26. RGB value is (255,113,38). Sum of RGB (Red+Green+Blue) = 255+113+38=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7126 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7126 is #008ED9. Grayscale: #939393. Windows color (decimal): -36570 or 2519551. OLE color: 2519551.

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

Color convert

RGB 255 113 38 -
CMYK 0 0.56 0.85 0
HSL 20.74º 1% 0.57% -
HSV(B) 20.74º 0.85% 1% -
XYZ 47.49 33.21 5.74 -
YUV 146.91 66.54 205.1 -
System Red Green Blue C M Y K H S L
Decimal 255 113 38 0 0.56 0.85 0 20.74 1 0.57
Hex FF 71 26 0 38 55 0 15 64 39
Octal 377 161 46 0 70 125 0 25 144 71
Binary 11111111 1110001 100110 0 111000 1010101 0 10101 1100100 111001

Color Harmonies of #FF7126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7126

Black with #FF7126

Text Example


Text Example

White with #FF7126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7126; }

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

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

background-color css

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

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

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

border-color css

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

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

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