Html Css Color HEX #FB6322 Burnt Orange

📋 copy color: '#FB6322'

red 251 ◦ green 99 ◦ blue 34

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

Shades of Burnt Orange #FB6322

Tints of Burnt Orange #FB6322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.78%

 BLUE value IS 34 (13.67% from 255) = 8.85%

R = 65.36%
G = 25.78%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB6322 (or 0xFB6322) is known color: Burnt Orange. HEX triplet: FB, 63 and 22. RGB value is (251,99,34). Sum of RGB (Red+Green+Blue) = 251+99+34=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6322 is #049CDD. Grayscale: #898989. Windows color (decimal): -302302 or 2253819. OLE color: 2253819.

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

Color convert

RGB 251 99 34 -
CMYK 0 0.61 0.86 0.02
HSL 17.97º 0.96% 0.56% -
HSV(B) 17.97º 0.86% 0.98% -
XYZ 44.53 29.55 4.87 -
YUV 137.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 251 99 34 0 0.61 0.86 0.02 17.97 0.96 0.56
Hex FB 63 22 0 3D 56 2 12 60 38
Octal 373 143 42 0 75 126 2 22 140 70
Binary 11111011 1100011 100010 0 111101 1010110 10 10010 1100000 111000

Color Harmonies of #FB6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6322

Black with #FB6322

Text Example


Text Example

White with #FB6322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6322; }

 p { color: rgb(251,99,34); }

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

background-color css

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

 a { background-color: rgb(251,99,34); }

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

border-color css

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

 span { border-color: rgb(251,99,34); }

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