Html Css Color HEX #FF7226 Burnt Orange

📋 copy color: '#FF7226'

red 255 ◦ green 114 ◦ blue 38

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

Shades of Burnt Orange #FF7226

Tints of Burnt Orange #FF7226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

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

R = 62.65%
G = 28.01%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF7226 (or 0xFF7226) is known color: Burnt Orange. HEX triplet: FF, 72 and 26. RGB value is (255,114,38). Sum of RGB (Red+Green+Blue) = 255+114+38=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7226 is #008DD9. Grayscale: #939393. Windows color (decimal): -36314 or 2519807. OLE color: 2519807.

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

Color convert

RGB 255 114 38 -
CMYK 0 0.55 0.85 0
HSL 21.01º 1% 0.57% -
HSV(B) 21.01º 0.85% 1% -
XYZ 47.61 33.43 5.78 -
YUV 147.5 66.21 204.68 -
System Red Green Blue C M Y K H S L
Decimal 255 114 38 0 0.55 0.85 0 21.01 1 0.57
Hex FF 72 26 0 37 55 0 15 64 39
Octal 377 162 46 0 67 125 0 25 144 71
Binary 11111111 1110010 100110 0 110111 1010101 0 10101 1100100 111001

Color Harmonies of #FF7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7226

Black with #FF7226

Text Example


Text Example

White with #FF7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7226; }

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

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

background-color css

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

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

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

border-color css

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

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

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