Html Css Color HEX #FF7344 Burnt Orange

📋 copy color: '#FF7344'

red 255 ◦ green 115 ◦ blue 68

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

Shades of Burnt Orange #FF7344

Tints of Burnt Orange #FF7344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.53%

R = 58.22%
G = 26.26%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF7344 (or 0xFF7344) is known color: Burnt Orange. HEX triplet: FF, 73 and 44. RGB value is (255,115,68). Sum of RGB (Red+Green+Blue) = 255+115+68=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7344 is #008CBB. Grayscale: #979797. Windows color (decimal): -36028 or 4486143. OLE color: 4486143.

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

Color convert

RGB 255 115 68 -
CMYK 0 0.55 0.73 0
HSL 15.08º 1% 0.63% -
HSV(B) 15.08º 0.73% 1% -
XYZ 48.41 33.94 9.47 -
YUV 151.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 255 115 68 0 0.55 0.73 0 15.08 1 0.63
Hex FF 73 44 0 37 49 0 F 64 3F
Octal 377 163 104 0 67 111 0 17 144 77
Binary 11111111 1110011 1000100 0 110111 1001001 0 1111 1100100 111111

Color Harmonies of #FF7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7344

Black with #FF7344

Text Example


Text Example

White with #FF7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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