Html Css Color HEX #FB7344 Burnt Orange

📋 copy color: '#FB7344'

red 251 ◦ green 115 ◦ blue 68

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

Shades of Burnt Orange #FB7344

Tints of Burnt Orange #FB7344

RGB

 RED value IS 251 (98.44% from 255) = 57.83%

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

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

R = 57.83%
G = 26.5%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB7344 (or 0xFB7344) is known color: Burnt Orange. HEX triplet: FB, 73 and 44. RGB value is (251,115,68). Sum of RGB (Red+Green+Blue) = 251+115+68=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7344 is #048CBB. Grayscale: #969696. Windows color (decimal): -298172 or 4486139. OLE color: 4486139.

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

Color convert

RGB 251 115 68 -
CMYK 0 0.54 0.73 0.02
HSL 15.41º 0.96% 0.63% -
HSV(B) 15.41º 0.73% 0.98% -
XYZ 46.96 33.19 9.4 -
YUV 150.31 81.56 199.82 -
System Red Green Blue C M Y K H S L
Decimal 251 115 68 0 0.54 0.73 0.02 15.41 0.96 0.63
Hex FB 73 44 0 36 49 2 F 60 3F
Octal 373 163 104 0 66 111 2 17 140 77
Binary 11111011 1110011 1000100 0 110110 1001001 10 1111 1100000 111111

Color Harmonies of #FB7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7344

Black with #FB7344

Text Example


Text Example

White with #FB7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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