Html Css Color HEX #FB7329 Burnt Orange

📋 copy color: '#FB7329'

red 251 ◦ green 115 ◦ blue 41

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

Shades of Burnt Orange #FB7329

Tints of Burnt Orange #FB7329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.07%

R = 61.67%
G = 28.26%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB7329 (or 0xFB7329) is known color: Burnt Orange. HEX triplet: FB, 73 and 29. RGB value is (251,115,41). Sum of RGB (Red+Green+Blue) = 251+115+41=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7329 is #048CD6. Grayscale: #939393. Windows color (decimal): -298199 or 2716667. OLE color: 2716667.

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

Color convert

RGB 251 115 41 -
CMYK 0 0.54 0.84 0.02
HSL 21.14º 0.96% 0.57% -
HSV(B) 21.14º 0.84% 0.98% -
XYZ 46.31 32.93 6.01 -
YUV 147.23 68.06 202.02 -
System Red Green Blue C M Y K H S L
Decimal 251 115 41 0 0.54 0.84 0.02 21.14 0.96 0.57
Hex FB 73 29 0 36 54 2 15 60 39
Octal 373 163 51 0 66 124 2 25 140 71
Binary 11111011 1110011 101001 0 110110 1010100 10 10101 1100000 111001

Color Harmonies of #FB7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7329

Black with #FB7329

Text Example


Text Example

White with #FB7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7329; }

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

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

background-color css

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

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

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

border-color css

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

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

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