Html Css Color HEX #FD7344 Burnt Orange

📋 copy color: '#FD7344'

red 253 ◦ green 115 ◦ blue 68

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

Shades of Burnt Orange #FD7344

Tints of Burnt Orange #FD7344

RGB

 RED value IS 253 (99.22% from 255) = 58.03%

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

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

R = 58.03%
G = 26.38%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD7344 (or 0xFD7344) is known color: Burnt Orange. HEX triplet: FD, 73 and 44. RGB value is (253,115,68). Sum of RGB (Red+Green+Blue) = 253+115+68=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7344 is #028CBB. Grayscale: #979797. Windows color (decimal): -167100 or 4486141. OLE color: 4486141.

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

Color convert

RGB 253 115 68 -
CMYK 0 0.55 0.73 0.01
HSL 15.24º 0.98% 0.63% -
HSV(B) 15.24º 0.73% 0.99% -
XYZ 47.68 33.56 9.43 -
YUV 150.9 81.22 200.82 -
System Red Green Blue C M Y K H S L
Decimal 253 115 68 0 0.55 0.73 0.01 15.24 0.98 0.63
Hex FD 73 44 0 37 49 1 F 62 3F
Octal 375 163 104 0 67 111 1 17 142 77
Binary 11111101 1110011 1000100 0 110111 1001001 1 1111 1100010 111111

Color Harmonies of #FD7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7344

Black with #FD7344

Text Example


Text Example

White with #FD7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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